This commit is contained in:
Jeremy 2022-12-31 23:30:51 +00:00
parent a9c47a81b4
commit bc1272a3e4

View file

@ -23,8 +23,8 @@ 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
username = "user"
server = "matrix-client.matrix.org", -- matrix.org
username = "user",
password = "password"
}
```