diff --git a/Notify_mqtt.md b/Notify_mqtt.md index ee091f7..2a8213b 100644 --- a/Notify_mqtt.md +++ b/Notify_mqtt.md @@ -67,8 +67,8 @@ docker run --name mosquitto -p 1883:1883 \ eclipse-mosquitto # All apprise testing can be done against this systems IP such as: -# apprise -vvv -b "my=payload" mqtt://localhost/a/simple/topic +apprise -vvv -b "my=payload" "mqtt://localhost/a/simple/topic" # Here is an example where the 'retain' flag is set: - apprise -vvv -b "my=payload" mqtt://localhost/a/simple/topic?retain=yes +apprise -vvv -b "my=payload" "mqtt://localhost/a/simple/topic?retain=yes" ``` \ No newline at end of file