Readme.md in foursquare2-0.9.6 vs Readme.md in foursquare2-0.9.8

- old
+ new

@@ -37,10 +37,10 @@ client.search_venues(:ll => '36.142064,-86.816086', :query => 'Starbucks') #### Check-in to a venue as the authenticated user - client.checkin(:venueId => "4b2afcaaf964a5205bb324e3", :broadcast => 'public', :ll => '36.142064,-86.816086', :shout => 'zomg coffee!1!') + client.add_checkin(:venueId => "4b2afcaaf964a5205bb324e3", :broadcast => 'public', :ll => '36.142064,-86.816086', :shout => 'zomg coffee!1!') #### Search user by tip client.search_users_by_tip(:ll => '36.142064,-86.816086', :name => 'Marco')