From f64d9d867731050014a462e100ed16c0c9cc3804 Mon Sep 17 00:00:00 2001 From: Melverton Hunter Date: Mon, 1 Apr 2019 16:11:08 -0400 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df8c3da9..efd4e6e3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Source code of **Learning JavaScript Data Structures and Algorithms** book, thir ## Installing and running the book examples With Node * Install [Node](https://nodejs.org) -* Open terminal/cmd and change directoty to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms` +* Open terminal/cmd and change directory to this project folder: `cd /Users/.../javascript-datastructures-algorithms` (Linux/Max) or `cd C:/.../javascript-datastructures-algorithms` * run `npm install` to install all depencies * To see the examples, run `http-server html` or `npm run serve`. Open your browser `http:\\localhost:8080` to see the book examples * Or `cd html/chapter01` and run each javascript file with node: `node 02-Variables`