From 2efb16cdfaf005e61e06f0dcafe5134646b3be75 Mon Sep 17 00:00:00 2001 From: Ahab Date: Fri, 20 Apr 2018 16:58:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b13767..1426987 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Using https://github.com/rubenlagus/TelegramBots and Java 1.8.0_162 1. Create a folder called "files" in the working directory 2. Copy `sample_botsettings.json` inside the new folder and call it `botsettings.json` 3. Edit the new file, changing every parameter (keep every value as a string between quotes): - 1. `matrixhomeserver`: change only the address of the server and keep the rest (it should be like `https://something/_matrix/client/r0`) + 1. `matrixhomeserver`: change only the address of the server and keep the rest (it should be like `https://something/_matrix/`) 2. `tgtoken`: write the telegram bot token that @BotFather bot gives you 3. `matrixuser`: write the username of the matrix bot (like `@username:server.com`) 4. `matrixpswd`: write the password of the matrix bot