aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-04-28 13:44:08 +0000
committerterminaldweller <devi@terminaldweller.com>2024-04-28 13:44:08 +0000
commit182a25758c5454af18e6f1403e07b7f6a704a376 (patch)
treed180a4c4e25277087df458997ffb48f874559bfa /README.md
parentfixed typo, updated some more (diff)
downloadsms-webhook-182a25758c5454af18e6f1403e07b7f6a704a376.tar.gz
sms-webhook-182a25758c5454af18e6f1403e07b7f6a704a376.zip
good thing he doesnt have to use toml. oh wait ... just a readme fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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"
```