Skip to content

Commit

Permalink
Merge pull request #1 from mortonfox/patch-1
Browse files Browse the repository at this point in the history
Update Mocha link
  • Loading branch information
kgryte committed May 26, 2017
2 parents 3a479e9 + 5f4cc99 commit 886a287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The primary use case is in delineating successive values; e.g., separating each

### 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 @@ -202,4 +202,4 @@ Copyright © 2014. Athan Reines.
[dev-dependencies-url]: https://david-dm.org/dev/flow-io/append-node

[github-issues-image]: http://img.shields.io/github/issues/flow-io/append-node.svg
[github-issues-url]: https://github.com/flow-io/append-node/issues
[github-issues-url]: https://github.com/flow-io/append-node/issues

0 comments on commit 886a287

Please sign in to comment.