README.md in etsy-0.2.5 vs README.md in etsy-0.2.6

- old
+ new

@@ -29,10 +29,9 @@ ### Public Mode The Etsy API has two modes: public, and authenticated. Public mode only requires an API key (available from http://developer.etsy.com ): - require 'rubygems' require 'etsy' Etsy.api_key = 'foobar' From there, you can make any non-authenticated calls to the API that you need.