From 9000144dd5fa5737d8a95bca409102967fbb77a9 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 4 Jan 2017 00:31:20 -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 ca326978..bbb00e20 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ First of all you will need several command line tools: - Git (obviously) - http://msysgit.github.io - Node.JS & npm - http://nodejs.org - Grunt-cli - http://gruntjs.com/getting-started (npm install -g grunt-cli) -- Mocha - http://visionmedia.github.io/mocha/ (npm install -g mocha) - for in-app integration tests I load mocha from cdn, but if you want to create out-of-app unit tests you will want to install this. +- Mocha - http://mochajs.org/ (npm install -g mocha) - for in-app integration tests I load mocha from cdn, but if you want to create out-of-app unit tests you will want to install this. To setup your Smart RSS project open your console, go to your projects folders and type: ``` @@ -79,4 +79,4 @@ grunt build Then don't forget to switch back to master banch ``` git checkout master -``` \ No newline at end of file +```