README.md in etsy-0.3.3 vs README.md in etsy-0.3.4

- old
+ new

@@ -1,9 +1,8 @@ # Etsy [![Build Status](https://secure.travis-ci.org/kytrinyx/etsy.png)](http://travis-ci.org/kytrinyx/etsy) -[![Dependency Status](https://gemnasium.com/kytrinyx/etsy.png)](https://gemnasium.com/kytrinyx/etsy) ## Description The Etsy gem provides a friendly Ruby interface to the Etsy API @@ -13,11 +12,11 @@ $ gem install etsy If you want to be on the bleeding edge, install from GitHub: - $ git clone git://github.com/kytrinyx/etsy.git + $ git clone git://github.com/iamfmjk/etsy.git $ cd etsy $ rake install ### Dependencies @@ -92,10 +91,10 @@ Authenticated calls can now be made by passing an access token and secret: Etsy.myself(access.token, access.secret) The key and secret have to be passed in for the authenticated calls. - + auth = {:access_token=>access.token, :access_secret=>access.secret} Etsy::Transaction.find_all_by_shop_id(shop_id, auth.merge(options)) ### Web Application