From 5ae62f48329436beddca73a37d141d89c7ce9901 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 12 Mar 2020 09:45:22 -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 3f98291..98d3832 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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 from Container...** command. + - Press F1 and run the **Forward a Port** command. - Select port 5000. - Click "Open Browser" in the notification that appears to access the web app on this new port. 5. **Run from the command line**