diff --git a/README.md b/README.md index 86c9c2d..2448955 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ curl localhost:7777/count ## Tests -Tests are written using [jasmine](http://pivotal.github.io/jasmine/) (behavior-driven development framework for testing javascript code). Thanks to [jasmine-node](https://github.com/mhevery/jasmine-node), this test framework is also available for node.js. +Tests are written using [jasmine](https://jasmine.github.io/) (behavior-driven development framework for testing javascript code). Thanks to [jasmine-node](https://github.com/mhevery/jasmine-node), this test framework is also available for node.js. To run tests, simple execute the *test* task using `grunt`. ```bash