From be6ca83d6772888c21a50828ab68fd4d2a7102a4 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 12 Feb 2020 16:22:26 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"