From 800d6ba5641098cf4f453f32649fa6836bbb21ba Mon Sep 17 00:00:00 2001 From: Sana Ajani Date: Fri, 19 Apr 2019 16:09:08 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c4c82..ef156e8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Some things to try: 1. Open `server.js` 2. Try adding some code and check out the language features. 3. **Build, Run, and Debug:** - 1. Open `sever.js` + 1. Open `server.js` 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.