Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mistakes in 'Prerequisites' block #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down