From 824b9cf6b4d470e9c66a862ee77481622fd19e17 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 5 Apr 2017 00:22:14 -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 776d023..b207e24 100644 --- a/README.md +++ b/README.md @@ -97,5 +97,5 @@ Tests and examples ------------------ More examples of library usage can be found in **test.js** file. To run tests you will -need [Mocha](http://visionmedia.github.io/mocha/), the tests themselves use built-in +need [Mocha](http://mochajs.org/), the tests themselves use built-in NodeJS [assert](http://nodejs.org/api/assert.html) module.