From a3ae5094921ad0ec148144dad0f0f1659c2337be Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 26 Apr 2019 12:46:28 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9af4b..3cf80b2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Some things to try: 5. Continue, then open a local browser and go to `http://localhost:3000` and note you can connect to the server in the container. 4. **Forward another port:** 1. Stop debugging and remove the breakpoint. - 2. Open `sever.js` + 2. Open `server.js` 3. Change the server port to 5000. (`const PORT = 5000;`) 4. Press F5 to launch the app in the container. 5. Press F1 and run the **Remote-Containers: Forward Port...** command.