Remove need for Client-Server API addresses in docs
This commit is contained in:
parent
a6ee41a6ab
commit
59b9ba67b7
4 changed files with 7 additions and 14 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue