updated readme

This commit is contained in:
alina sireneva 2024-05-10 05:48:27 +03:00 committed by GitHub
parent bb722883a3
commit cf97a88b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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