docs: updated readme

This commit is contained in:
alina 🌸 2024-12-30 21:54:23 +03:00
parent e08afd6caa
commit 47a27ead1a
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -1,6 +1,6 @@
<p align="center"> <p align="center">
<a href="https://github.com/mtcute/mtcute/"> <a href="https://github.com/mtcute/mtcute/">
<img src="https://raw.githubusercontent.com/mtcute/mtcute/master/.github/logo.svg?new" alt="mtcute logo" title="mtcute" width="480" /><br/> <img src="https://raw.githubusercontent.com/mtcute/mtcute/master/.forgejo/logo.svg?new" alt="mtcute logo" title="mtcute" width="480" /><br/>
</a><br/> </a><br/>
<b>modern typescript library for mtproto</b> <b>modern typescript library for mtproto</b>
<br> <br>
@ -10,7 +10,7 @@
&nbsp;&nbsp; &nbsp;&nbsp;
<a href="https://t.me/mt_cute">telegram chat</a> <a href="https://t.me/mt_cute">telegram chat</a>
<br/><br/> <br/><br/>
<img src="https://github.com/mtcute/mtcute/actions/workflows/test.yaml/badge.svg" alt="NodeJS CI" /> <img src="https://codeberg.org/teidesu/mtcute/actions/workflows/test.yaml/badge.svg" alt="Tests CI" />
<img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmtcute%2Fmtcute%2Fmaster%2Fpackages%2Ftl%2Fapi-schema.json&query=l&label=tl%20layer" alt="tl layer" /> <img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmtcute%2Fmtcute%2Fmaster%2Fpackages%2Ftl%2Fapi-schema.json&query=l&label=tl%20layer" alt="tl layer" />
<a href="https://www.npmjs.com/search?q=%40mtcute"> <a href="https://www.npmjs.com/search?q=%40mtcute">
<img src="https://img.shields.io/npm/v/@mtcute/node" alt="npm" /> <img src="https://img.shields.io/npm/v/@mtcute/node" alt="npm" />
@ -21,8 +21,6 @@
> [!WARNING] > [!WARNING]
> mtcute is currently in alpha stage: the api is not very stable yet, and there may be a lot of bugs > mtcute is currently in alpha stage: the api is not very stable yet, and there may be a lot of bugs
> feel free to try it out, though, any feedback is appreciated! > feel free to try it out, though, any feedback is appreciated!
>
> releases may not follow semver just yet, so please pin the versions for now
```ts ```ts
import { TelegramClient } from '@mtcute/node' import { TelegramClient } from '@mtcute/node'