diff --git a/README.md b/README.md index 08529f8..3cf6898 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ An optional Telegram bot can send you notifications when uploads complete. This To create a bot, message @BotFather on Telegram. Come up with a name and username. Botfather will then send you an API key you can paste into the `.env` config directly. -Next you'll need to find your own Telegram user ID. You can message @userinfobot and it will reply with your ID. Be ware of impersonator bots (they have the name "userinfobot" but a different username). +Next you'll need to find your own Telegram user ID. You can message @userinfobot and it will reply with your ID. Beware of impersonator bots (they have the name "userinfobot" but a different username). Then message the bot you just created "/start" so that it's able to interact with you. @@ -132,7 +132,7 @@ Then message the bot you just created "/start" so that it's able to interact wit - Configure chunk size with `CHUNK_SIZE_MB` (default: `50`). The client only uses chunked mode for files larger than this. - Intended to bypass upstream proxy limits (e.g., 100MB) while preserving duplicate checks, EXIF timestamps, album add, and per‑item progress via WebSocket. -## Developtment +## Development ### Architecture