From 0f042817216366fd9749c85c4314ec6ddb914b43 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 21 Feb 2017 00:07:38 -0500 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5c7e3c..220fd30d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Internally, the Grunt task uses [browserify](https://github.com/substack/node-br ## Testing -NPMap.js uses the [Mocha](http://visionmedia.github.io/mocha/) JavaScript test framework and [PhantomJS](http://phantomjs.org/) to run the tests. You can run the tests with the following command: +NPMap.js uses the [Mocha](http://mochajs.org/) JavaScript test framework and [PhantomJS](http://phantomjs.org/) to run the tests. You can run the tests with the following command: grunt test