This commit is contained in:
Jeremy Baxter 2022-12-31 23:30:51 +00:00
parent 01cc0c4a35
commit 496fe6ba3b

View file

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