summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-11-03 10:19:41 -0800
committerRob Loach <robloach@gmail.com>2014-11-03 10:19:41 -0800
commit30a73849f1e23c3f52af1423a6f996582d386c03 (patch)
tree13bf9e86dcb0b89f38c5be48c717f229df94a2c6
parent426f6b5e29940d3d5dc2ba416dcc4eeae0e5e874 (diff)
downloadjquery-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.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index aef08b0..f5049df 100644
--- a/README.md
+++ b/README.md
@@ -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