diff --git a/README.md b/README.md index fbe0354..79097c6 100644 --- a/README.md +++ b/README.md @@ -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" } ```