diff --git a/README.md b/README.md index b59bdaa7..0ce7d41a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and on the [concepts](https://github.com/developmentseed/bones/wiki/Plugin-Archi ## Testing -To run the test suite, install [mocha](http://visionmedia.github.com/mocha/) and type `npm test`. +To run the test suite, install [mocha](https://mochajs.org/) and type `npm test`. Code coverages tests require [jscoverage](https://github.com/visionmedia/node-jscoverage). To generate a report run `npm run-script coverage`.