From cf97a88b0e9c5b76470c9fef8c0fb28a566adb29 Mon Sep 17 00:00:00 2001 From: alina sireneva Date: Fri, 10 May 2024 05:48:27 +0300 Subject: [PATCH] updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76c3f611..bb9b0926 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ supporting both web and nodejs. pnpm create @mtcute/bot ``` -🏭 want to integrate it into your existing nodejs app? use the nodejs wrapper: +🏭 want to integrate it into your existing nodejs app? use the nodejs package: ```bash pnpm add @mtcute/node -# for native crypto +# optional, for faster crypto pnpm add @mtcute/crypto-node ``` @@ -67,6 +67,10 @@ pnpm add @mtcute/crypto-node pnpm add @mtcute/web ``` +🚀 using the newfangled runtimes? we've got you covered: +- bun: `bun add @mtcute/bun` +- deno: `import { TelegramClient } from 'jsr:@mtcute/deno'` + learn more: [guide](https://mtcute.dev/guide/) ## features