README.md in pause-0.0.1 vs README.md in pause-0.0.2

- old
+ new

@@ -1,8 +1,9 @@ -# Pause +Pause +====== -Pause is a redis-backed rate-limiting client. Use it to track events, with +Pause is a Redis-backed rate-limiting client. Use it to track events, with rules around how often they are allowed to occur within configured time checks. ## Installation Add this line to your application's Gemfile: @@ -108,10 +109,12 @@ end ``` ## Contributing +Want to make it better? Cool. Here's how: + 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +5. Create a new pull request