From 31eb4f1f1c55f29227e2a10fa1891951daa98591 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 18 Jan 2017 00:25:26 -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 97cd284..921cea7 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ 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. To run tests in browser open **test.html** file.