From b6b72dea876ab46bbaeef26ed86b8d185772cde2 Mon Sep 17 00:00:00 2001 From: Ilia Erofeev Date: Mon, 30 Aug 2021 07:50:06 +0300 Subject: [PATCH] fix mistakes in 'Prerequisites' block 1) link in this block is wrong 2) name of repo is wrong 3) folder is wrong --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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