docs: fixed some namings

This commit is contained in:
alina 🌸 2024-04-29 16:42:58 +03:00
parent 67b290643d
commit 341e8e9d3e
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ export class BaseTelegramClient extends BaseTelegramClientBase {
}
/**
* Telegram client for use in Node.js
* Telegram client for use in Bun
*/
export class TelegramClient extends TelegramClientBase {
constructor(opts: TelegramClientOptions) {

View file

@ -1,4 +1,4 @@
# @mtcute/bun
# @mtcute/deno
📖 [API Reference](https://ref.mtcute.dev/modules/_mtcute_deno.html)

View file

@ -56,7 +56,7 @@ export class BaseTelegramClient extends BaseTelegramClientBase {
}
/**
* Telegram client for use in Node.js
* Telegram client for use in Deno
*/
export class TelegramClient extends TelegramClientBase {
constructor(opts: TelegramClientOptions) {