1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

fix README for Twitter so it renders correctly in flows.nodered.org

This commit is contained in:
dceejay 2015-06-16 17:41:32 +01:00
parent c63575e538
commit b33c6605b1
2 changed files with 3 additions and 4 deletions

View File

@ -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.</div>
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.</p>
If **msg.media** exists and is a Buffer object, this node will treat it as an image and attach it to the tweet.

View File

@ -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",