From eb1b72377eafcceb4a0fc6e4bec78338f15eea00 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 27 Sep 2017 13:21:14 -0400 Subject: [PATCH] Update Mocha link (#169) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567caf48..10234345 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For detailed instructions on requiring instrumented code, running on Travis and ### [Poncho](https://github.com/deepsweet/poncho) Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomjs), [Mocha](http://mochajs.org/) and [Blanket](https://github.com/alex-seville/blanket): -- [Configure](http://visionmedia.github.io/mocha/#browser-support) Mocha for browser +- [Configure](http://mochajs.org/#running-mocha-in-the-browser) Mocha for browser - [Mark](https://github.com/deepsweet/poncho#usage) target script(s) with `data-cover` html-attribute - Run your tests with a command like this: