From 6c8e42f1ef455091d3163081def636395f77c482 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 22 Jan 2026 16:27:59 -0700 Subject: [PATCH] README typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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