From 409aac2a8845e81cd4a23f38c889e4353f165d3b Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Mon, 21 Jun 2021 17:38:39 +0300 Subject: [PATCH] Fix name of the optional config param --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37bc708..4c153e9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Provides Mattermost notifications when a chat is initiated. username: "Mibew-Chat" channel: "main" mattermost_url: "http://example.com/hooks/xxx-generatedkey-xxx" - custom-text: "Go to mibew/operator/users (send via Mattermost plugin)" + custom_text: "Go to mibew/operator/users (send via Mattermost plugin)" ``` 6. Navigate to "``/operator/plugin" page and enable the plugin. @@ -52,7 +52,7 @@ Type: `String` Webhook URL from Setup Instructions in Mattermost. -### config.custom-text +### config.custom_text Type: `String`