From ffdbc7b048b78231c66b0bb9b857994db25b7436 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Tue, 4 Aug 2026 23:13:57 +0700 Subject: [PATCH] docs: point legacy implementation reference at in-repo history --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0263a08..dcbd781 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Telegram bot that tracks Apple App Store and Google Play app version updates. Sends daily reports to registered groups and alerts when apps haven't been updated -past a configurable threshold. JavaScript (Node.js) port of -[store-scraper-bot-java](https://github.com/tiennm99/java-store-scraper-bot), running -on Vercel serverless functions with Upstash Redis as the data store. +past a configurable threshold. JavaScript (Node.js) port of the original Java +implementation — the earlier Java and Go generations are preserved in this repository's +git history. Runs on Vercel serverless functions with Upstash Redis as the data store. ---