From aef15fc98dff7e1798009b0534ae450477039d23 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 19 Apr 2019 13:50:43 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 416ba23..a465705 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Some things to try: 1. Open `sever.js` 2. Add a breakpoint. 3. Press F5 to launch the app in the container. - 4. Open a local browser and go to `http://localhost:3000` and note you can connect to the server in the container. - 5. Once the breakpoint is hit, try hovering over variables, examining locals, and more. + 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 2. Open `sever.js` @@ -67,4 +67,4 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio ## License Copyright © Microsoft Corporation All rights reserved.
-Licensed under the MIT License. See LICENSE in the project root for license information. \ No newline at end of file +Licensed under the MIT License. See LICENSE in the project root for license information.