Update README.md

This commit is contained in:
Temirkhan Myrzamadi 2020-02-12 16:22:26 +06:00 committed by GitHub
parent 968c8b0d38
commit be6ca83d67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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