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 +```