]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
watchr should be lower-case 7596/head
authorJustin Patrin <justin@idle-games.com>
Tue, 16 Apr 2013 20:07:05 +0000 (13:07 -0700)
committerJustin Patrin <justin@idle-games.com>
Tue, 16 Apr 2013 20:07:05 +0000 (13:07 -0700)
README.md

index 45b151e15fd4fd644aa9d829bb9c3fed7c807470..c4a008d39e58c864b3d78b487b82d1b4e18642c5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Runs the recess compiler to rebuild the `/less` files and compiles the docs. Req
 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.
+This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the watchr gem.
 
 Should you encounter problems with installing dependencies or running the makefile commands, be sure to first uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.