From 0334a576a652c9c4e362351189e826b5f0a0ab6b Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:19:09 +0000 Subject: [PATCH] add link to config format description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b01ee..b5b6fb1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Chatterbox lets you securely embed [Hydrogen](https://github.com/vector-im/hydro yarn install ``` 3) Modify config.json in `public` directory with your homeserver details. -(See `types/IChatterboxConfig.ts`) +(See [`types/IChatterboxConfig.ts`](https://github.com/vector-im/chatterbox/blob/main/src/types/IChatterboxConfig.ts) for the format) 4) Start develop server: ```properties yarn start -- GitLab