From 9178ab23ac8ce90eea06fdd0597612c76f7323a9 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 17 May 2024 11:49:21 +0200 Subject: [PATCH] fix: update Pantalaimon default port in README Corrected the default port for Pantalaimon from 8010 to 8009 in the README documentation. This change aligns the documentation with the latest Pantalaimon configuration standards, ensuring that users setting up their homeserver URL in the bot's config.ini file use the correct port. This update is crucial for new users during initial setup to avoid connectivity issues. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634e4d9..1b93872 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ sqlite3 database.db "SELECT 1" # Optionally, create Pantalaimon config cp contrib/pantalaimon.example.conf pantalaimon.conf # Edit the Pantalaimon config file to your needs -# Update your homeserver URL in the bot's config.ini to point to Pantalaimon (probably http://pantalaimon:8010 if you used the provided example config) +# Update your homeserver URL in the bot's config.ini to point to Pantalaimon (probably http://pantalaimon:8009 if you used the provided example config) # You can use `fetch_access_token.py` to get an access token for the bot # Start the bot