docs: Fix typo in the toml documentation
This commit is contained in:
parent
9822d7770c
commit
d1a1946b4b
@ -21,7 +21,7 @@ The bridge can be configured via `config.toml` at either the current working dir
|
|||||||
[general]
|
[general]
|
||||||
jid = "discord.server.example" # JID of the server component
|
jid = "discord.server.example" # JID of the server component
|
||||||
secret = "secret" # Component secret
|
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
|
port = 5869 # Component port
|
||||||
discord_token "...." # Token of your Discord bot
|
discord_token "...." # Token of your Discord bot
|
||||||
|
|
||||||
@ -80,4 +80,4 @@ of `member`.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
See `./LICENSE`
|
See `./LICENSE`
|
||||||
|
Loading…
Reference in New Issue
Block a user