From ef15be2d2d830c857066dfa6afdb19749454f79a Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 9 Jan 2017 10:46:51 -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 bd1a46b..55f3fb6 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Check [Travis](https://travis-ci.org/node-gh/gh-gif) for continous integration r npm run-script lint ``` -* Run [Mocha](http://visionmedia.github.io/mocha/), a unit test framework. +* Run [Mocha](http://mochajs.org/), a unit test framework. ``` npm run-script test