From 18ae73c448806475393de5e7a19b393bc45d71b9 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 13 Jan 2018 00:09:19 -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 5533cd0..9e365db 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ In case the authorization fails, the function registered as `onauthfail` will be ## Testing -There exist several test for the basic infrastructure and OAuth authentication. You launch these by running [`mocha`](http://visionmedia.github.com/mocha/) (together with [should.js](http://github.com/visionmedia/should.js)) inside the top directory. You need to insert valid credentials and a valid authorization code into `test.js` to make all tests pass successfully. +There exist several test for the basic infrastructure and OAuth authentication. You launch these by running [`mocha`](http://mochajs.org/) (together with [should.js](http://github.com/visionmedia/should.js)) inside the top directory. You need to insert valid credentials and a valid authorization code into `test.js` to make all tests pass successfully. ## Building