From a3aaf92faaac2926bf4819cd9bf023396fceda79 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 22 Jan 2017 01:09:18 -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 e191da6..3a599c6 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,6 @@ 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](https://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.