diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index 90566fb..7194003 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -38,11 +38,11 @@ Send a Rocket.Chat notification to the channel *#nuxref*: # Assuming our {user} is l2g # Assuming our {password} is awes0m3! # Assuming our {hostname} is rocket.server.local -notify rocket://l2g:awes0m3!@rocket.server.local/#nuxref +apprise rocket://l2g:awes0m3!@rocket.server.local/#nuxref ``` ## Setup -Here is how i set up a quick rocket.chat server to test against. This may or may not be useful to other people. +Here is how I set up a quick rocket.chat server to test against. This may or may not be useful to other people. ### Docker Based on [this source](https://hub.docker.com/_/rocket.chat/): ```bash