From 5cb2062d95b358c66aa9e28aae3484b1266327c4 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 13 Sep 2017 00:30:14 -0400 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f01556f..bec4cff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Stub a browser environment and test your client-side code in node.js. ## Example -Example using [mocha](http://visionmedia.github.io/mocha/) and [should](https://github.com/visionmedia/should.js/). +Example using [mocha](http://mochajs.org/) and [should](https://github.com/visionmedia/should.js/). Given some client-side code