Readme.md in foursquare2-0.8.0 vs Readme.md in foursquare2-0.9.0
- old
+ new
@@ -1,8 +1,8 @@
# foursquare2
-Ruby wrapper for the [foursquare v2 API](http://developer.foursquare.com/docs).
+Ruby wrapper for the [foursquare v2 API](http://developer.foursquare.com/docs/).
## Installation
sudo gem install foursquare2
@@ -21,10 +21,10 @@
client = Foursquare2::Client.new(:oauth_token => 'user_oauth_token')
### Examples
-See [the documentation](http://rubydoc.info/gems/foursquare2) for a list of all supported methods and available options.
+See [the documentation](http://rubydoc.info/gems/foursquare2/frames) for a list of all supported methods and available options.
#### Get information about a user (use 'self' for the authenticated user)
client.user(108914)