diff --git a/README.md b/README.md
index 99bff2d..35d664a 100644
--- a/README.md
+++ b/README.md
@@ -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/account/settings` is available as `account-settings`
-* `https://api.twitter.com/1.1/statuses/update_with_media` 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: