Skip to content

Commit 20313fd

Browse files
authored
Update README.md
1 parent ac76f60 commit 20313fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This repo contains example code for ["Learn JavaScript with Eric Elliott"](https
1010

1111
1. Clone the repo: `git clone [email protected]:learn-javascript-courses/what-is-a-closure.git`
1212
2. `cd what-is-a-closure`
13-
3. `npm run watch`
14-
4. Delete the contents of `source/index.js`
15-
5. Recreate the implementation. Make the tests pass.
13+
3. `npm install`
14+
4. `npm run watch`
15+
5. Delete the contents of `source/index.js`
16+
6. Recreate the implementation. Make the tests pass.

0 commit comments

Comments
 (0)