README.md in moocher-0.1.1pre vs README.md in moocher-0.1.1.1pre

- old
+ new

@@ -1,16 +1,32 @@ -Coming soon +## 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. + + +## Check Blacklisted IP + +```ruby +require 'moocher' + +ip_blacklisted? "8.8.8.8" + +#=> false + +# If IP is found in blacklisted database it will return true. +```