From eac455048018a50ba56a0d1093907ef1caf51454 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 25 Dec 2017 00:11:24 -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 e4c41ba..69a1fc6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Project template for the command line [COA](https://github.com/veged/coa)-based ## What's inside? -- [mocha](http://visionmedia.github.com/mocha/) as a test framework +- [mocha](http://mochajs.org/) as a test framework - [istanbul](https://github.com/gotwarlost/istanbul) as a code coverage tool - `GNUmakefile` - run tests by executing `make test`