diff --git a/README.md b/README.md
index e3bd0795..54f0c841 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ $ rustup override set nightly
  5. Run `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`:
 ```toml
 [dependencies]
-teloxide = "0.4"
+teloxide = { verison = "0.4", features = ["auto-send"] }
 log = "0.4.8"
 pretty_env_logger = "0.4.0"
 tokio = { version =  "1.3", features = ["rt-multi-thread", "macros"] }