docs(convert): fixed links in readme

This commit is contained in:
Alina Sireneva 2024-03-07 12:25:09 +03:00 committed by GitHub
parent 74422df390
commit b172787da1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ const client = new TelegramClient({ ... })
await client.importSession(convertFromTelethonSession("..."))
```
## [Pyrogram](https://github.com/gram-js/gramjs)
## [Pyrogram](https://github.com/pyrogram/pyrogram)
```ts
import { convertFromPyrogramSession } from '@mtcute/convert'
@ -27,7 +27,7 @@ const client = new TelegramClient({ ... })
await client.importSession(convertFromPyrogramSession("..."))
```
## GramJS
## [GramJS](https://github.com/gram-js/gramjs)
```ts
import { convertFromGramjsSession } from '@mtcute/convert'
@ -43,4 +43,4 @@ import { convertFromMtkrutoSession } from '@mtcute/convert'
const client = new TelegramClient({ ... })
await client.importSession(convertFromMtkrutoSession("..."))
```
```