From 496fe6ba3bf3c3d3bfd4663248163714bafaa2a5 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter 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" } ```