README.rdoc in foursquare-0.3.1 vs README.rdoc in foursquare-0.3.2

- old
+ new

@@ -9,10 +9,10 @@ == example require 'rubygems' require 'foursquare' - oauth_key 'your_key' + oauth_key = 'your_key' oauth_secret = 'your_secret' oauth = Foursquare::OAuth.new(oauth_key, oauth_secret) request_token = oauth.request_token.token \ No newline at end of file