From 8dea1054494a0873e6507f33ac45dc9823debda0 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Sun, 28 Apr 2019 15:06:41 +0200 Subject: [PATCH] update the name of the forwarded port command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc41f7b..9c121b1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Some things to try: - Open `.vscode/launch.json` - Change the server port to 5000 on line 20. (`"--port","5000"`) - Press F5 to launch the app in the container. - - Press F1 and run the **Remote-Containers: Forward Port...** command. + - Press F1 and run the **Remote-Containers: Forward Port from Container...** command. - Select port 5000. - Click "Open Browser" in the notification that appears to access the web app on this new port.