diff --git a/README.md b/README.md index 5ca8622f..4e66498b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ 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 [dependencies] teloxide = "0.1.0"