From e31b1ba9044db7981b9f2d033fdb970f779c084d Mon Sep 17 00:00:00 2001 From: "Joe L. Wroten" Date: Sun, 1 Nov 2015 23:08:48 -0600 Subject: [PATCH] Updated Readme about installing node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b0537..798a6df 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Whole number calculator that also displays the results in Roman Numerals. ## Getting Started 1. Clone this repository locally. -2. While in the project directory, install dependencies with `npm install` +2. While in the project directory, install dependencies with `npm install` ([Get Node and npm here](https://nodejs.org/en/download/)) 3. Open `index.html` in your browser