summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-08-17 12:19:13 -0500
committerkpdecker <kpdecker@gmail.com>2013-08-17 12:19:13 -0500
commitb7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee (patch)
treedbcb1933fdaee7271779c9ceafe544a5c019f2aa /README.markdown
parent6492fe8c2300d39d71d11cc6837cf2e63d238cd1 (diff)
downloadhandlebars.js-b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee.zip
handlebars.js-b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee.tar.gz
handlebars.js-b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee.tar.bz2
Move test runner into grunt
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index a56278e..2ea39a8 100644
--- a/README.markdown
+++ b/README.markdown
@@ -402,7 +402,7 @@ if you've got bundler installed.
To build Handlebars.js from scratch, you'll want to run `rake build`
in the root of the project. That will build Handlebars and output the
-results to the dist/ folder. To run tests, run `rake spec` or `npm test`.
+results to the dist/ folder. To run tests, run `grunt test` or `npm test`.
You can also run our set of benchmarks with `rake bench`.
If you notice any problems, please report them to the GitHub issue tracker at