From 4575827096d5be3e620dadc56c9c73e29fb295b1 Mon Sep 17 00:00:00 2001 From: Peat Bakke Date: Mon, 7 Jan 2013 18:17:21 -0800 Subject: [PATCH] Fixing typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: