diff --git a/README.md b/README.md index 19b01eefa7adcf605938a55d89188a850ff7bea2..b5b6fb10c2cdce155442a00c174c43cf89fc0c3f 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