Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peat committed Jan 8, 2013
1 parent 6a268c8 commit 4575827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Just add the following to your project.clj file in the _dependencies_ section:

All of the functions follow Twitter's naming conventions; we convert a resource's path into the function name. For example:

* `https://api.twitter.com/1.1/<b>account/settings</b>` is available as `account-settings`
* `https://api.twitter.com/1.1/<b>statuses/update_with_media</b>` is available as `statuses-update-with-media`
* `https://api.twitter.com/1.1/account/settings` is available as `account-settings`
* `https://api.twitter.com/1.1/statuses/update_with_media` is available as `statuses-update-with-media`

Parameters are uniform across the functions. All calls can accept:

Expand Down

0 comments on commit 4575827

Please sign in to comment.