Skip to content

Commit 0e0ba57

Browse files
committed
grammar correction
1 parent c1c374f commit 0e0ba57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ Source code of **Learning JavaScript Data Structures and Algorithms** book, thir
6161
## Installing and running the book examples With Node
6262

6363
* Install [Node](https://nodejs.org)
64-
* Open terminal/cmd and change directoty to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms`
65-
* run `npm install` to install all depencies
64+
* Open terminal/cmd and change directory to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms`
65+
* run `npm install` to install all dependencies
6666
* To see the examples, run `http-server html` or `npm run serve`. Open your browser `http:\\localhost:8080` to see the book examples
6767
* Or `cd html/chapter01` and run each javascript file with node: `node 02-Variables`
6868

6969
## Running the examples in the browser
7070

7171
* Right click on the html file you would like to see the examples, right click and 'Open with Chrome (or any other browser)'
7272

73-
* Or open the `examples/index.html` file to easily nagivate through all examples:
73+
* Or open the `examples/index.html` file to easily navigate through all examples:
7474

7575
* Demo: [https://javascript-ds-algorithms-book.firebaseapp.com](https://javascript-ds-algorithms-book.firebaseapp.com)
7676

0 commit comments

Comments
 (0)