diff options
author | Rob Loach <robloach@gmail.com> | 2014-12-28 03:45:40 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-12-28 03:45:40 -0500 |
commit | 95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2 (patch) | |
tree | 3846596bd01f536110fd802bc7d4e1c3cc26dbe7 | |
parent | 5469875723c349ae292087160f08fe2088465e5c (diff) | |
download | jquery-once-95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2.zip jquery-once-95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2.tar.gz jquery-once-95ffd07a43d4c47cb95e1266b46cbd0e00f39cd2.tar.bz2 |
Update documentation
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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): |