From 86d0e0e0bb7acd014a6460e025830dffee3b5135 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 24 Feb 2014 08:12:28 +0100 Subject: [PATCH] Update description of npm * Fixes #2 * Solves world hunger * Significantly improves the global economy * Fixes the recession * Measurably improves code worldwide --- core/client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/README.md b/core/client/README.md index ca4f146743..a953d24fc4 100644 --- a/core/client/README.md +++ b/core/client/README.md @@ -83,7 +83,7 @@ From the command line: When completed, you'll be able to run the various Grunt commands provided from the command line. -**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding. +**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. [npm](http://npmjs.org/) is the node.js package manager, it allows you to install and easily manage development dependencies. [Download and install node.js](http://nodejs.org/download/) before proceeding. ### Available Grunt Commands