aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Aellen <[email protected]>2013-08-06 15:06:25 +0200
committerCédric Aellen <[email protected]>2013-08-06 15:06:25 +0200
commit4599eb69a4c213eacabd4a6372664e9efa849bfc (patch)
tree96615fa3cc689d6e00a08606718992fa274da953
parent3fb41d240065d40c084ff9cc5c9f856d2d947577 (diff)
downloadbootstrap-4599eb69a4c213eacabd4a6372664e9efa849bfc.tar.xz
bootstrap-4599eb69a4c213eacabd4a6372664e9efa849bfc.zip
Link to phantomjs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 175139bba..7daa83c61 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`
`grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).**
#### Tests - `grunt test`
-Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.**
+Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires [phantomjs](https://github.com/ariya/phantomjs/).**
#### Watch - `grunt watch`
This is a convenience method for watching just Less files and automatically building them whenever you save.