From dbdb4d17bece25cd8adc18872576a9ca8cb20d97 Mon Sep 17 00:00:00 2001 From: Aaron Meese Date: Fri, 10 Nov 2017 18:34:24 -0600 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b2f89..227b255 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ twitter.verifyCredentials(accessToken, accessTokenSecret, params, function(error In the above example, `params` is an optional object containing extra parameters to be sent to the Twitter endpoint (see https://dev.twitter.com/rest/reference/get/account/verify_credentials) ## Methods ## -(Allmost) all function names replicate the endpoints of the Twitter API 1.1. +(Almost) all function names replicate the endpoints of the Twitter API 1.1. If you want to post a status e. g. - which is done by posting data to statuses/update - you can just do the following: ```javascript twitter.statuses("update", {