diff --git a/Notify_pushalot.md b/Notify_pushalot.md index 9e6d76f..694aee3 100644 --- a/Notify_pushalot.md +++ b/Notify_pushalot.md @@ -13,11 +13,11 @@ Valid syntax is as follows: ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | ----------- -| authorizationtoken | Yes | The authorization token associated with your Pushalot account. +| authorizationtoken | Yes | The authorization token associated with your Pushalot account. This is an alpha-numeric string (32 characters in length) #### Example Send a Pushalot notification ```bash -# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg -notify palot://abcdefghijklmnop-abcdefg +# Assuming our {authorizationtoken} is 1f418df7577e32b89ac6511f2eb9aa68 +notify palot://1f418df7577e32b89ac6511f2eb9aa68 ```