From 4d4f40574ec4be898b105ea46e28d415cfada406 Mon Sep 17 00:00:00 2001 From: "Grace Copplestone (admin)" <gmpc@mit.edu> Date: Sun, 6 Aug 2017 21:09:41 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeacf39..49798fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ You need to first install [node.js](https://docs.npmjs.com/getting-started/installing-node). -Install the [http-server](https://www.npmjs.com/package/http-server) npm package. Including '-g' sets the installs the package gloabally, allowing you to use it as a command line tool. +Install the [http-server](https://www.npmjs.com/package/http-server) npm package. Including '-g' sets the installs the package gloabally, allowing you to use it as a command line tool: <code>npm install http-server -g</code> -- GitLab