updated readme
This commit is contained in:
parent
bb722883a3
commit
cf97a88b0e
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue