Skip to content

Commit

Permalink
Updated README for npm local installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cskr committed May 2, 2011
1 parent 0c0b961 commit 16e25b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Hello World
-----------

1. [Install npm](http://github.com/isaacs/npm#readme).
2. Install grasshopper - `npm install grasshopper`.
3. Create a directory for your application.
2. Create a directory for your application.
3. Install grasshopper in the new directory - `npm install grasshopper`.
4. Create a file named `hello.js` in your application's directory with the following content.

var gh = require('grasshopper');
Expand Down

0 comments on commit 16e25b8

Please sign in to comment.