From f4e63518313671e341808224bc0df74adf86b483 Mon Sep 17 00:00:00 2001 From: Alexander Adam Date: Tue, 29 Oct 2019 13:25:13 +0100 Subject: [PATCH] =?UTF-8?q?fix=20small=20spelling=20error=20=F0=9F=98=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd8189..ffc812e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ IMPORTANT NOTE: For the sake of simplicity, `xmpp-webhook` is not reconnecting t - Download and extract the latest tarball (GitHub release page) - Install the binary: `install -D -m 744 xmpp-webhook /usr/local/bin/xmpp-webhook` - Install the service: `install -D -m 644 xmpp-webhook.service /etc/systemd/system/xmpp-webhook.service` -- Configure XMMP credentials in `/etc/xmpp-webhook.env`. e.g.: +- Configure XMPP credentials in `/etc/xmpp-webhook.env`. e.g.: ``` XMPP_ID='bot@example.com'