diff --git a/social/twitter/README.md b/social/twitter/README.md index ec0485e9..c5661f44 100644 --- a/social/twitter/README.md +++ b/social/twitter/README.md @@ -5,7 +5,7 @@ node-red-node-twitter The Twitter API will **NOT** deliver 100% of all tweets. This does **NOT** give access to the Twitter Firehose. -Tweets of who you follow will include their retweets and favourites. +Tweets of who you follow will include their retweets and favourites. **Note** : This is the same node as is/was in the core of Node-RED. If you already have it installed you do NOT need this node. However it will be deprecated from @@ -55,5 +55,4 @@ To send a Direct Message (DM) - use a payload like. D {username} {message} -If **msg.media** exists and is a Buffer object, this node will treat it - as an image and attach it to the tweet.

+If **msg.media** exists and is a Buffer object, this node will treat it as an image and attach it to the tweet. diff --git a/social/twitter/package.json b/social/twitter/package.json index e80373fe..f2ddbb9b 100644 --- a/social/twitter/package.json +++ b/social/twitter/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-twitter", - "version" : "0.0.4", + "version" : "0.0.5", "description" : "A Node-RED node to talk to Twitter", "dependencies" : { "twitter-ng": "0.6.2",