README.textile in hoptoad-api-1.0.0 vs README.textile in hoptoad-api-2.0.0

- old
+ new

@@ -1,8 +1,9 @@ h1. Hoptoad API An unofficial Ruby library for interacting with the "Hoptoad API":http://hoptoadapp.com/pages/api +"Hoptoad-2 API":http://help.hoptoadapp.com/faqs/api-2/api-overview h2. Usage <pre> <code> @@ -12,11 +13,11 @@ # find an individual error: Hoptoad::Error.find(12345) # or get a list of errors using: Hoptoad::Error.find(:all) -Hoptoad::Error.find(:all, :params => { :page => 2 }) +Hoptoad::Error.find(:all, { :page => 2 }) </code> </pre> h2. Requirements @@ -25,6 +26,5 @@ * ActiveSupport h2. Acknowledgements * "Hoptoad":http://hoptoadapp.com -* "Lighthouse-api":http://github.com/Caged/lighthouse-api (inspiration for much of this code)