We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20b920 commit 53c8468Copy full SHA for 53c8468
README.md
@@ -9,7 +9,7 @@ Tic Tac Toe game built using node (sockets), ejs
9
2. NPM
10
11
## Usage
12
-First, install the dependencies using `npm`:
+First, install the dependencies using `npm`
13
```bash
14
$ cd tictactoe
15
$ npm install
@@ -25,4 +25,4 @@ Or start server using node:
25
$ node server.js
26
```
27
28
-Then, visit: http://localhost:3000/
+Then, visit: http://localhost:3000/
0 commit comments