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.