README.md in moocher-0.1.1.7pre vs README.md in moocher-0.2

- old
+ new

@@ -1,9 +1,22 @@ ## Moocher - Keep Moochers Out This is Ruby interface for Moocher api, A Reputation API and Anti-Abuse Service. Still in developmental phase. Currently functioning features are listed below. +###Installation + +Add the following to your Gemfile and bundle install + +```ruby +gem 'moocher' +``` +Or + +```shell +gem install moocher +``` + ## Check Blacklisted IP ```ruby require 'moocher'