Remove need for Client-Server API addresses in docs

This commit is contained in:
Jeremy 2023-01-09 12:48:51 +13:00
parent a6ee41a6ab
commit 59b9ba67b7
4 changed files with 7 additions and 14 deletions

View file

@ -24,7 +24,7 @@ Now edit the file ~/.config/matrix-send/config.lua. You will first see the `logi
```lua
-- This is a comment
login = {
server = "matrix-client.matrix.org", -- matrix.org
server = "matrix.org",
username = "user",
password = "password"
}