From 0aeef4f4483d7d71e8e530ee08dd6a6857abafce Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 13 Sep 2017 00:31:11 -0400 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 784f211..2e58ab1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This project uses [gulp](http://gulpjs.com/) as its build system. ## Testing -This project usings [mocha](http://visionmedia.github.io/mocha/) for unit testing. Install mocha: +This project usings [mocha](http://mochajs.org/) for unit testing. Install mocha: - `$ npm install -g mocha`