diff --git a/README.md b/README.md index 90ee69327..239a87bb3 100755 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ should return `matrix[row][col]` value (if any) or `null` ### Prerequisites 1. Install [Node.js](https://nodejs.org/en/download/) -2. Fork this repository: https://github.com/rolling-scopes-school/tick-tac-toe/ -3. Clone your newly created repo: https://github.com/<%your_github_username%>/tick-tac-toe/ -4. Go to folder `tick-tac-toe` +2. Fork this repository: https://github.com/rolling-scopes-school/tic-tac-toe/ +3. Clone your newly created repo: https://github.com/<%your_github_username%>/tic-tac-toe/ +4. Go to folder `tic-tac-toe` 5. To install all dependencies use [`npm install`](https://docs.npmjs.com/cli/install) 6. Run `npm test` in command line or you can run tests in browser with `npm start` and open http://localhost:8080 7. You will see the number of passing and failing tests. 100% of passing tests is equal to 100p in score