From 43283c3d384ba814e6b9a07ec45324424d069a03 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 18 Dec 2017 00:08:23 -0500 Subject: [PATCH] Update Mocha link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fc24db..7e422f6 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ See the [getting started guide](https://github.com/angusgibbs/statsjs/blob/maste ## Contributing -Patches are welcome, just make sure there are matching unit tests. Tests use [mocha](http://visionmedia.github.com/mocha/) with my fork of [expect.js](https://github.com/angusgibbs/expect.js) (which allows you to assert that a value is within a certain error range of another value). Once you clone the repo (either your fork or this repository), `cd` into it and run `npm install` to install mocha and expect.js. Tests can be found within `test/test.js`. +Patches are welcome, just make sure there are matching unit tests. Tests use [mocha](http://mochajs.org/) with my fork of [expect.js](https://github.com/angusgibbs/expect.js) (which allows you to assert that a value is within a certain error range of another value). Once you clone the repo (either your fork or this repository), `cd` into it and run `npm install` to install mocha and expect.js. Tests can be found within `test/test.js`. ## License -Stats.js is licensed under the [MIT License](http://opensource.org/licenses/mit-license.php). See https://github.com/angusgibbs/statsjs/blob/master/LICENSE for the full license. \ No newline at end of file +Stats.js is licensed under the [MIT License](http://opensource.org/licenses/mit-license.php). See https://github.com/angusgibbs/statsjs/blob/master/LICENSE for the full license.