From 182a25758c5454af18e6f1403e07b7f6a704a376 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 28 Apr 2024 13:44:08 +0000 Subject: good thing he doesnt have to use toml. oh wait ... just a readme fix --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 829767f..cedb144 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Currently [this](https://github.com/bogkonstantin/android_income_sms_gateway_web An example config file: ```toml -IrcServer = myirc.awesome.net +IrcServer = "myirc.awesome.net" IrcPort = 6669 -IrcNick = mynick -IrcSaslUser = mynick -IrcSaslPass = h4x0r1337p055w0rd -IrcChannel = 1337p17 +IrcNick = "mynick" +IrcSaslUser = "mynick" +IrcSaslPass = "h4x0r1337p055w0rd" +IrcChannel = "1337p17" ``` -- cgit v1.2.3