From 8110bef3bfbedfc1195dee2670b5b64526168cec Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 22 Jan 2018 00:02:37 -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 b4a0bd56..1524cd7e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ SublimeLinter-contrib-eslint packages. ## Tests Uses Node.js for testing. Install the -[Mocha](http://visionmedia.github.com/mocha/) test framework +[Mocha](http://mochajs.org/) test framework and the jsdom module: ~~~