Skip to content

Commit

Permalink
Fix README to include missing route in Twitter::API example, and a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeiniesta committed Mar 1, 2012
1 parent db8fdbd commit 9e8c891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.markdown
Expand Up @@ -78,8 +78,9 @@ And would respond to the following routes:
GET /statuses/home_timeline(.json)
GET /statuses/show/:id(.json)
POST /statuses/update(.json)
GET /account/private(.json)

Versioning is handled with HTTP Accept head by default, but can be configures
Versioning is handled with HTTP Accept head by default, but can be configured
to [use different
strategies](https://github.com/intridea/grape/wiki/API-Versioning). For
example, to request the above with a version, you would make the following
Expand Down

0 comments on commit 9e8c891

Please sign in to comment.