From c80998a6782d2f8c2f5a75b2487eb61625add0bd Mon Sep 17 00:00:00 2001 From: lead2gold Date: Thu, 25 Jan 2018 10:55:40 -0500 Subject: [PATCH] typo - to many colons (:); refs #3 --- Notify_twitter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_twitter.md b/Notify_twitter.md index 210f86d..58dc028 100644 --- a/Notify_twitter.md +++ b/Notify_twitter.md @@ -20,8 +20,8 @@ You will also need to your *UserID* (or Owner ID) which is accessible from the s ### Syntax Valid syntaxes are as follows: -* **tweet**:://**{userid}**@**{ConsumerKey}**/**{ConsumerSecret}**/**{AccessToken}**/**{AccessSecret}** -* **tweet**:://**{ownerid}**@**{ConsumerKey}**/**{ConsumerSecret}**/**{AccessToken}**/**{AccessSecret}** +* **tweet**://**{userid}**@**{ConsumerKey}**/**{ConsumerSecret}**/**{AccessToken}**/**{AccessSecret}** +* **tweet**://**{ownerid}**@**{ConsumerKey}**/**{ConsumerSecret}**/**{AccessToken}**/**{AccessSecret}** ### Parameter Breakdown | Variable | Required | Description