From 2c3fbdd60540f1d8a828d917c1d8ec61eedc3951 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 13 Mar 2023 20:35:42 +0100 Subject: [PATCH] readme: document default for server.url in config.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791daf0..63b9ba1 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ gamja default settings can be set using a `config.json` file at the root: { // IRC server settings. "server": { - // WebSocket URL or path to connect to (string). + // WebSocket URL or path to connect to (string). Defaults to "/socket". "url": "wss://irc.example.org", // Channel(s) to auto-join (string or array of strings). "autojoin": "#gamja",