Skip to content

Commit

Permalink
Merge pull request #2 from mortonfox/patch-1
Browse files Browse the repository at this point in the history
Update Mocha link
  • Loading branch information
kgryte committed Jun 22, 2017
2 parents c5a7c1b + 22f9695 commit c28ec11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -48,7 +48,7 @@ $ node ./examples/index.js

### Unit

Unit tests use the [Mocha](http://visionmedia.github.io/mocha) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory:
Unit tests use the [Mocha](http://mochajs.org/) test framework with [Chai](http://chaijs.com) assertions. To run the tests, execute the following command in the top-level application directory:

``` bash
$ make test
Expand Down Expand Up @@ -99,4 +99,4 @@ Copyright © 2014. Athan Reines.
[dev-dependencies-url]: https://david-dm.org/dev/compute-io/wmean

[github-issues-image]: http://img.shields.io/github/issues/compute-io/wmean.svg
[github-issues-url]: https://github.com/compute-io/wmean/issues
[github-issues-url]: https://github.com/compute-io/wmean/issues

0 comments on commit c28ec11

Please sign in to comment.