From 310d3c47f536836b1f9959e10866e37fe76d0ccf Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 19 Apr 2019 13:51:43 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a465705..33c4c82 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ Some things to try: 2. Try adding some code and check out the language features. 3. **Build, Run, and Debug:** 1. Open `sever.js` - 2. Add a breakpoint. + 2. Add a breakpoint (e.g. on line 20). 3. Press F5 to launch the app in the container. 4. Once the breakpoint is hit, try hovering over variables, examining locals, and more. 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 + 1. Stop debugging and remove the breakpoint. 2. Open `sever.js` 3. Change the server port to 5000. (`const PORT = 5000;`) 4. Press F5 to launch the app in the container.