diff options
author | Rob Loach <robloach@gmail.com> | 2014-11-03 10:19:41 -0800 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-11-03 10:19:41 -0800 |
commit | 30a73849f1e23c3f52af1423a6f996582d386c03 (patch) | |
tree | 13bf9e86dcb0b89f38c5be48c717f229df94a2c6 | |
parent | 426f6b5e29940d3d5dc2ba416dcc4eeae0e5e874 (diff) | |
download | jquery-once-30a73849f1e23c3f52af1423a6f996582d386c03.zip jquery-once-30a73849f1e23c3f52af1423a6f996582d386c03.tar.gz jquery-once-30a73849f1e23c3f52af1423a6f996582d386c03.tar.bz2 |
Update usage documentation
[README.md](README.md#usage) fixes.
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -62,11 +62,15 @@ Install dependencies through [npm](http://npmjs.org): npm install -Compile and run tests with the test command: +Compile the [Literate CoffeeScript](http://coffeescript.org/#literate) to JavaScript with: + + npm run-script comiple + +Compile and run tests: npm test -Build the project for release with: +Prepare the project for for release with: npm run-script release |