]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add link to phantomjs in docs #3347
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 3 Jun 2012 01:36:45 +0000 (18:36 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 3 Jun 2012 01:36:45 +0000 (18:36 -0700)
README.md

index f69925ea6cf72e659174b16cf90dfa1eaebb9b05..2f60a6d6937885f2cde9410df0a6b3f8ab1fac82 100644 (file)
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ npm install recess uglify-js jshint -g
 Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
 
 + **test** - `make test`
-Runs jshint and qunit tests headlessly in phantom js (used for ci). Depends on having phatomjs installed.
+Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phatomjs installed.
 
 + **watch** - `make watch`
 This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.