README.md in gh_compare-0.1.3 vs README.md in gh_compare-0.1.4

- old
+ new

@@ -4,25 +4,21 @@ ## Installation Add this line to your application's Gemfile: -```ruby -gem 'gh_compare' +```shell +gem install gh_compare ``` -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install gh_compare - ## Usage ```shell -gh_compare [from-hash] [to-hash] +gh_compare -n [number] +``` + +```shell +gh_compare -d [from-hash] [to-hash] ``` ## Development ```shell