From 093eecff91e26287bbae9235b9620cd1a5229027 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 10 Jun 2021 18:28:44 +0200 Subject: [PATCH] readme: make it clear server.url can be a path in config.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 862d228..b4d47f5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ gamja default settings can be set using a `config.json` file at the root: { // IRC server settings. "server": { - // WebSocket URL to connect to (string). + // WebSocket URL or path to connect to (string). "url": "wss://irc.example.org", // Channel(s) to auto-join (string or array of strings). "autojoin": "#gamja",