From 3ab9d95c6143feb9d1fe889f39c0542800835e13 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 13 Mar 2018 19:36:59 -0400 Subject: [PATCH] Updated Notify_rocketchat (markdown) --- Notify_rocketchat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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