From d1a1946b4bd33036ca0d92ad7f5e77bd7d3df24e Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Wed, 27 Apr 2022 18:56:21 +0200 Subject: [PATCH] docs: Fix typo in the toml documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b3fa1d..2f1fca8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The bridge can be configured via `config.toml` at either the current working dir [general] jid = "discord.server.example" # JID of the server component secret = "secret" # Component secret -server = "server.example # Address of the actual XMPP server +server = "server.example" # Address of the actual XMPP server port = 5869 # Component port discord_token "...." # Token of your Discord bot @@ -80,4 +80,4 @@ of `member`. ## License -See `./LICENSE` \ No newline at end of file +See `./LICENSE`