From bc1272a3e4fe5b8cb65774a75128be6d5b5451dd Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Dec 2022 23:30:51 +0000 Subject: [PATCH] Oops --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ```