From 70d51aef4707690bee9ccffcd0ef1a80eb67cb32 Mon Sep 17 00:00:00 2001 From: sunglocto Date: Sun, 1 Feb 2026 09:03:50 +0000 Subject: [PATCH] Update README.md -> manually creating configuration is no longer rquired --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 6b8f03a..52a7122 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,3 @@ # lambda -In order to run this program you must have a file named `lambda.toml` that specifies your config. -Here is an example: - -```toml -Server = "example.com:5222" -Username = "user@example.com" -Password = "123456789" -Insecure = false -Nick = "User" -``` +an XMPP client \ No newline at end of file