Skip to content

Commit 803e4e6

Browse files
committed
Fix typos
1 parent 899a178 commit 803e4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Welcome to your first JavaScript lab!
1414

1515
You'll find a file called `strings.js` in this directory. Your mission, should you choose to accept it, is to get tests to pass.
1616

17-
Before anything, make sure that you've installed the require dependencies. Just run `npm install`. (If that doesn't work and you're not using the Learn IDE, make sure you have [Node.js and npm](https://nodejs.org/en/download/) installed
17+
Before anything else, make sure that you've installed the required dependencies. Just run `npm install`. (If that doesn't work and you're not using the Learn IDE, make sure you have [Node.js and npm](https://nodejs.org/en/download/) installed.)
1818

1919
You can run the tests using the `learn` command in your terminal or the Learn IDE. Give that a go now.
2020

0 commit comments

Comments
 (0)