From eb57c38e5c5f5ef6699d8e88b6a9abbef37b73b3 Mon Sep 17 00:00:00 2001 From: Dave Woodward Date: Thu, 23 Oct 2014 14:14:17 -0400 Subject: [PATCH] Changes laguage in "Install Grunt" part of README. Fixes #756 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28408b51b..5a26a4888 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ FuelUX is lightweight to give you a fast dependable foundation to build upon. It From the command line: 1. Install `grunt-cli` globally with `npm install -g grunt-cli`. -2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](https://github.com/twbs/bootstrap/blob/master/package.json) and automatically install the necessary local dependencies listed there. +2. Make sure you're in the root of the fuel directory, then run `npm install`. npm will look at [package.json](https://github.com/exacttarget/fuelux/blob/master/package.json) and automatically install the necessary local dependencies listed there. When completed, you'll be able to run the various Grunt commands provided from the command line.