Oops
This commit is contained in:
parent
01cc0c4a35
commit
496fe6ba3b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue