From fcb25cfd0f958f40500a23fea9a44363b7e4d1e6 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Thu, 25 Jan 2018 08:56:33 -0500 Subject: [PATCH] typo; refs #3 --- Notify_pushbullet.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Notify_pushbullet.md b/Notify_pushbullet.md index 21c6638..8e63039 100644 --- a/Notify_pushbullet.md +++ b/Notify_pushbullet.md @@ -6,13 +6,13 @@ ### Syntax Valid syntaxes are as follows: -* **pbul**:://**{accesstoken}** -* **pbul**:://**{accesstoken}**/**{device_id}** -* **pbul**:://**{accesstoken}**/**#{channel}** -* **pbul**:://**{accesstoken}**/**{email}** +* **pbul**://**{accesstoken}** +* **pbul**://**{accesstoken}**/**{device_id}** +* **pbul**://**{accesstoken}**/**#{channel}** +* **pbul**://**{accesstoken}**/**{email}** You can also form any combination of the above and perform updates from one url: -* **pbul**:://**{accesstoken}**/**{device_id}**/**#{channel}**/**{email}** +* **pbul**://**{accesstoken}**/**{device_id}**/**#{channel}**/**{email}** If neither a **{device_id}**, **#{channel}**, or **{email}** is specified, then the default configuration is to send to _all_ of your configured _devices_.