]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4542 manually: typo in phantomjs and space between url in markdown
authorMark Otto <markotto@twitter.com>
Wed, 22 Aug 2012 17:44:41 +0000 (10:44 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 22 Aug 2012 17:44:41 +0000 (10:44 -0700)
README.md

index f6f1b54633a95fdce8dcd33a11240e6fc279329e..d9850fda0860ab3a0e628da29e04a06b858f80b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ npm install recess connect 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 [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
+Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs 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.