README: Reformat slightly for better viewing

This commit is contained in:
Erin Shepherd 2023-11-25 01:54:00 +01:00
parent 5bc23daf4b
commit f117bb51fb

View file

@ -15,9 +15,12 @@ to run behind a TLS terminating proxy (it does not handle TLS itself)
Create a JSON file defining rooms:
```js
{
"#matrix:example.com": { // <-- Alias
"room_id": "!OGEhHVWSdvArJzumhm:matrix.org", // Room ID, from the Advanced tab of the room settings in Element
"servers": ["matrix.org"] // Pick one or more of the homeservers which host the room
// Alias
"#matrix:example.com": {
// Room ID, from the Advanced tab of the room settings in Element
"room_id": "!OGEhHVWSdvArJzumhm:matrix.org",
// Pick one or more of the homeservers which host the room
"servers": ["matrix.org"]
}
}