From bbbae3e75e0ad1742b16e6e7555c51835aa4b106 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 24 Jan 2021 18:39:39 +0100 Subject: [PATCH] Clarify how to write the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a42cd88..d848bc1 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ simplest way to run your bot locally. - **nick**: the nickname of the bot - **avatar**: the avatar of the bot (default: `avatar.png`) - **redis_url**: the Redis connection URL -- **rooms**: a list of rooms to automatically join +- **rooms**: a list of rooms to automatically join (comma separated) - **no_auto_join**: disable auto-join when invited (default: `False`) - **template**: the port to serve from (default: `index.html.j2`) - **serve**: turn on the web server (default: `False`)