From d6bf268a935041bc64ca3fdeb206940566bc9e71 Mon Sep 17 00:00:00 2001 From: Oleg Baranov Date: Fri, 26 Jul 2024 00:26:25 +0400 Subject: [PATCH] Add Telegram channel to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5c3451..2967880c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Based on TON][ton-svg]][ton] +[![Telegram Channel][tgc-svg]][tg-channel] ![Coverage](https://img.shields.io/badge/Coverage-73.8%25-brightgreen) Golang library for interacting with TON blockchain. @@ -63,7 +64,7 @@ If you love this library and want to support its development you can donate any You can find usage examples in **[example](https://github.com/xssnick/tonutils-go/tree/master/example)** directory -You can also join our **[Telegram group](https://t.me/tonutils)** and ask any questions :) +You could also join our **[Telegram channel](https://t.me/tonutilsnews)** and **[group](https://t.me/tonutils)**, feel free ask any questions :) ### Connection You can get list of public lite servers from official TON configs: @@ -505,5 +506,8 @@ client.SetOnDisconnect(func(addr, serverKey string) { [ton-svg]: https://img.shields.io/badge/Based%20on-TON-blue +[tgc-svg]: https://img.shields.io/badge/Telegram%20-Subscribe-24A1DE +[tgg-svg]: https://img.shields.io/badge/Telegram%20-Group-blue [ton]: https://ton.org [tg-chat]: https://t.me/tonutils +[tg-channel]: https://t.me/tonutilsnews