README.md in guard-cane-0.1.1 vs README.md in guard-cane-0.1.2

- old
+ new

@@ -23,10 +23,10 @@ ``` This will place the following in your `Guardfile`: ```rb -guard :cane, cli: "--color" do +guard :cane do watch(/.*\.rb/) end ``` It's also recommended to add a `.cane` file to your project: