Skip to content

Commit b7656b8

Browse files
authored
Merge branch 'master' into patch-1
2 parents f64d9d8 + 10df6bc commit b7656b8

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ Source code of **Learning JavaScript Data Structures and Algorithms** book, thir
6262

6363
* Install [Node](https://nodejs.org)
6464
* 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 depencies
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

package-lock.json

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)