From 3cda3f7cc5887bb35d6ac4b756825e0230478863 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 27 Dec 2017 00:22:42 -0500 Subject: [PATCH] Update Mocha link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dfdb96..9569497 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Grunt Skeleton A simple grunt skeleton with: -* [mocha testing](http://visionmedia.github.com/mocha/) +* [mocha testing](http://mochajs.org/) * [handlebars templates](http://handlebarsjs.com/) * [less css](http://lesscss.org/) * [browser reloading](https://github.com/webxl/grunt-reload) @@ -22,4 +22,4 @@ Structure: This skeleton is suitable for single page applications and stand alone projects for the browser. -Influenced by [brunch](http://brunch.io/). \ No newline at end of file +Influenced by [brunch](http://brunch.io/).