From d52cd20b6fe495d963eaaa5065232574d509069d Mon Sep 17 00:00:00 2001 From: Stanislau Matskevich Date: Sun, 24 Sep 2023 23:39:44 +0200 Subject: [PATCH] Clarify stack in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e1698..fc72fa0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Telegram Mini App Template -Template for implementing Telegram Bots with Mini Apps. Deployed instance available at [@tg_mini_app_template_bot](https://t.me/tg_mini_app_template_bot). +Template for building Telegram Bots with Mini Apps in React and Go. Deployed instance available at [@tg_mini_app_template_bot](https://t.me/tg_mini_app_template_bot). ## Features - Example of creating [Inline Keyboard](https://core.telegram.org/bots/features#inline-keyboards) to interact with the user. Keyboard creation can be found in [main.go](api/main.go)