Skip to content

Commit

Permalink
Adding installation instructions to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gábor Molnár committed May 27, 2012
1 parent 19e9e0d commit 9348ce6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -86,6 +86,13 @@ print.call(1, 'an important number'); // Number: 1 (an important number)
print.call('a', 'the first letter'); // String: ` (the first letter)
```

Installation
============

Using [npm](http://npmjs.org):

npm install def.js

License
=======

Expand Down

0 comments on commit 9348ce6

Please sign in to comment.