Updated Notify_join (markdown)

master
lead2gold 2017-11-29 20:34:25 -05:00
parent b7e6b51550
commit e654beb902
1 changed files with 1 additions and 1 deletions

@ -35,5 +35,5 @@ Send a Join notification to all of our configured devices:
```bash
# Assuming our {apikey} is abcdefghijklmnop-abcdefg
# Assume we're sending to the group: all
notify.py join://abcdefghijklmnop-abcdefg/group.all
notify join://abcdefghijklmnop-abcdefg/group.all
```