Readme.md in toolmantim-toadhopper-sinatra-0.1 vs Readme.md in toolmantim-toadhopper-sinatra-0.3

- old
+ new

@@ -1,18 +1,36 @@ -Post [Hoptoad](http://www.hoptoadapp.com/) notifications from Sinatra +[Hoptoad](http://www.hoptoadapp.com/) meets [Sinatra](http://www.sinatrarb.com/). + _____ , + / \______ |\ __ + | o | \____ | | |--| __ + /\_____/ \___ |/ | | |~' + / \ /|_ () () | + |_______/ \ //| \ |\ () + \______ _ ___ \ | \|_ | | \ + /\_// / \ | \_|_/ () | + // //______/ /___/ | | + /\/\/\ \ / \ \ @' () + \ \ \ \ + \ \ \ \ + \ \ \ \ + \ \ /\/\ + /\/\ + +How? + require 'sinatra/toadhopper' - set :toadhopper, :api_key => "your hoptoad API key" + set :toadhopper, :api_key => "your hoptoad API key", :filters => /password/ get "/" do raise "Kaboom!" end error do post_error_to_hoptoad! "Ouch, that hurt." end -You can install it via rubygems: +Install it via rubygems: gem install toadhopper-sinatra