README.md in petergate-0.0.1 vs README.md in petergate-0.1.2

- old
+ new

@@ -1,8 +1,8 @@ # Petergate -TODO: Write a gem description +Simple User Authorizations. ## Installation Add this line to your application's Gemfile: @@ -15,9 +15,14 @@ $ bundle Or install it yourself as: $ gem install petergate +Make sure you already have a User model setup. Works great with [devise](https://github.com/plataformatec/devise). + +Run generator to install it. + + $ rails g petergate:install ## Usage TODO: Write usage instructions here