Skip to content

Commit 193c903

Browse files
authored
Update npm instructions
1 parent b26e1ed commit 193c903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Before You Start
44

5-
The test suite is located in `./test`. **Before you begin anything, run `nom install.**
5+
The test suite is located in `./test`. **Before you begin anything, run `npm install`.**
66

77
To run the tests in the terminal, run `npm test`. Every time you make a change and save your files, you will need to manually re-run the tests. When you start, all of the tests will be failing; your goal is to make as many pass as you can in the hour provided.
88

@@ -26,4 +26,4 @@ Each section has a series of prompts written in inline-comments. Write the JavaS
2626

2727
Fork this repository and clone your fork locally. Commit as you go. When you are finished, push to GitHub.
2828

29-
**Wait until the end of the hour to make your Pull Request**
29+
**Wait until the end of the hour to make your Pull Request**

0 commit comments

Comments
 (0)