From f7d606328449bc395f5148e619cfe47df71c2ef5 Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Wed, 27 Feb 2019 20:33:12 -0800 Subject: [PATCH] further updates --- step2-01/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step2-01/README.md b/step2-01/README.md index a3531be..b21dc3b 100644 --- a/step2-01/README.md +++ b/step2-01/README.md @@ -163,11 +163,11 @@ someFunctionAsync().then(result => { # Exercise -Please complete all exercises inside the `exercise/src` folder unless otherwise specified. First, open up [Step2-01 exercise page](http://localhost:8080/step2-01/exercise/) to see the results while you're implementing things. +Exercises will be completed under this step's `exercise/src` folder unless otherwise noted. You'll also want to open the [Step2-01 exercise page](http://localhost:8080/step2-01/exercise/) to see the results as you work. ## Modules -1. Open the file called `index.ts` in VS Code +1. Open the file `exercise/src/index.ts` in VS Code 2. Create another module file called `fibonacci.ts`