Skip to content

Commit

Permalink
Correct mistake in README. The method to checkin to a venue is a `add…
Browse files Browse the repository at this point in the history
…_checkin` rather than `checkin`
  • Loading branch information
mattfawcett committed May 11, 2011
1 parent 4922c4f commit 00495b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [the documentation](http://rubydoc.info/gems/foursquare2/frames) for a list

#### 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
Expand Down

0 comments on commit 00495b6

Please sign in to comment.