Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Bots are special [Telegram](https://telegram.org) accounts designed to handle me
## Installation

```bash
npm install telegraf --save
npm install telegraf@3.39.0 --save
```

or using yarn

```bash
yarn add telegraf
yarn add telegraf@3.39.0
```

## Example
Expand Down