Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-12 16:20:37 +06:00 committed by GitHub
parent 84e277d151
commit b821039214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
$ rustup update stable
```
3. To create a new bot, execute `cargo new` and put the following lines into your `Cargo.toml`:
3. Execute `cargo new` and put the following lines into your `Cargo.toml`:
```toml
[dependencies]
teloxide = "0.1.0"