From 754cdbc873ab6c44981e159d20a0ee8da34918cd Mon Sep 17 00:00:00 2001 From: harrywalia19 <33247274+harrywalia19@users.noreply.github.com> Date: Tue, 31 Oct 2017 15:14:19 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67fa410d..60f433db 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #HTML5 Boot Camp -##The future of Web Applications is here! +##The future of Web Applications is here!1 ###Are you ready for it? ####Index From 280f8ea6dcf3cc86b0d3516b7670d9ef6dd8cbce Mon Sep 17 00:00:00 2001 From: harrywalia19 <33247274+harrywalia19@users.noreply.github.com> Date: Sun, 21 Oct 2018 20:16:32 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f433db..789d6ab5 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Developers that move faster than average can go ahead and complete as much exerc 4. Create your own[ GitHub](https://github.com/) account. Follow this[ guideline](https://help.github.com/articles/set-up-git) to setup your account. -5. Install your own NodeJS server. +5. Install your own NodeJS server * Download [NodeJS](http://nodejs.org/) * Install `http-server` globally, by running `npm install -g http-server` * To start the server, from a command line interface, run `http-server` in the directory where you will clone the startup repo