aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-01-24 12:19:30 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-01-24 12:19:30 +0100
commit65942dd6f688e77422246eb6ee862bf6f3224b31 (patch)
treee0cc635b6415ec31678f2a19bb0ad5a66c02edde /README.md
parentacee7556b0c90d96f9fea9b7370f1bd707c4468f (diff)
parente9c281cbf72413089788d775797906e65cae5599 (diff)
downloadezau-65942dd6f688e77422246eb6ee862bf6f3224b31.tar.gz
ezau-65942dd6f688e77422246eb6ee862bf6f3224b31.tar.bz2
ezau-65942dd6f688e77422246eb6ee862bf6f3224b31.zip
Merge branch 'networkjanitor/ezau-multiple-matrix-channels'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b89a6ec..e1fe4d7 100644
--- a/README.md
+++ b/README.md
@@ -113,9 +113,9 @@ password = "secret-foo"
# after the first connection.
# (optional)
device_id = "ASDFGH"
-# Room ID to which the message should be posted
+# Room ID(s) to which the message should be posted
# (mandatory)
-room_id = "!room123456:homeserver.org"
+room_id = ["!room123456:homeserver.org"]
```
Usage