From dcf1556ffcae769a6f727c54efd3364c386ab4bd Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Fri, 28 Feb 2014 13:18:54 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a422259f..fd322999 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,13 @@ CoffeeScript is a little language that compiles into JavaScript. ## Installation -If you have the Node Package Manager installed: +If you have the node package manager, npm, installed: ```shell npm install -g coffee-script ``` -Leave off the -g if you don't wish to install globally. - ---- - -If you don't wish to use NPM: +Leave off the `-g` if you don't wish to install globally. If you don't wish to use npm: ```shell git clone https://github.com/jashkenas/coffee-script.git