From 67ef2d7cfa82caebec2edd5a55af3976c9e72f82 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 12 Jan 2018 00:15:18 -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 8ed1397..f2bd782 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Other examples for the various authentication methods: ## Running the Tests -The unit tests are based on the [mocha](http://visionmedia.github.com/mocha/) +The unit tests are based on the [mocha](http://mochajs.org/) module, which may be installed via npm. To run the tests make sure that the npm dependencies are installed by running `npm install` from the project directory.