summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-12-28 03:45:40 -0500
committerRob Loach <robloach@gmail.com>2014-12-28 03:45:40 -0500
commit95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2 (patch)
tree3846596bd01f536110fd802bc7d4e1c3cc26dbe7
parent5469875723c349ae292087160f08fe2088465e5c (diff)
downloadjquery-once-95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2.zip
jquery-once-95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2.tar.gz
jquery-once-95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2.tar.bz2
Update documentation
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2a196c3..9794a2f 100644
--- a/README.md
+++ b/README.md
@@ -141,10 +141,9 @@ Install dependencies through [npm](http://npmjs.org):
npm install
-Use [Grunt](http://gruntjs.com) to test with [QUnit](http://qunitjs.com) and
-[ESLint](http://eslint.org):
+Use [Mocha](http://mochajs.org) to test with [ESLint](http://eslint.org) and
+[Mocha JSDom](https://github.com/rstacruz/mocha-jsdom):
- npm install -g grunt-cli
npm test
Update project documentation with [Projectz](https://github.com/bevry/projectz):