From 660123582c3490797f2814b54dd0ed1b519ef41d Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Fri, 16 Apr 2021 13:31:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4f34d..4d0242f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Some things to try: **Open browser automatically:** As an example change, let's update the `portsAttributes` in the `.devcontainer/devcontainer.json` file to open a browser when our port is automatically forwarded. - Open the `.devcontainer/devcontainer.json` file. - - Modify the `"onAutoForward"` attribute in your `portsAttributes` to `"openBrowser"`. + - Modify the `"onAutoForward"` attribute in your `portsAttributes` from `"notify"` to `"openBrowser"`. - Press F1 and select the **Remote-Containers: Rebuild Container** or **Codespaces: Rebuild Container** command so the modifications are picked up. ### More samples