diff --git a/Notify_twitter.md b/Notify_twitter.md index 3000735..32cb47a 100644 --- a/Notify_twitter.md +++ b/Notify_twitter.md @@ -40,7 +40,8 @@ A Public tweet can be referenced like so: | ConsumerSecret | Yes | The Consumer Secret Key | AccessToken | Yes | The Access Token; you would have had to generate this one from your Twitter App Configuration. | AccessSecret | Yes | The Access Secret; you would have had to generate this one from your Twitter App Configuration. -| Mode | No | This the the Twitter mode you want to operate in. Possible values are **dm** (for Private Direct Messages) and **tweet** to make a public post. By default this is set to **dm** +| Mode | No | The Twitter mode you want to operate in. Possible values are **dm** (for Private Direct Messages) and **tweet** to make a public post. By default this is set to **dm** +| batch | No | By default images are batched together. However if you want your attachments to be posted 1 tweet per attachment, set this to False. #### Example Send a Twitter DM to @testaccount: