README.md in guard-git-0.1.0 vs README.md in guard-git-0.1.1
- old
+ new
@@ -3,23 +3,20 @@
Stops [Guard](https://github.com/guard/guard/) triggering plugins whenever
you change branches.
## Installation
-**NOTE:** This has not yet been released, so cannot be installed without
-cloning this repo.
+Add this line to your application's Gemfile:
-~Add this line to your application's Gemfile:~
-
```ruby
gem 'guard-git'
```
-~And then execute:~
+And then execute:
$ bundle
-~Or install it yourself as:~
+Or install it yourself as:
$ gem install guard-git
## Usage