From 5fb01ee8d53b8791b25c1cbe9f4f112ff2160a10 Mon Sep 17 00:00:00 2001 From: Lev Khoroshansky Date: Sun, 9 Oct 2022 19:59:52 +0300 Subject: [PATCH] fix: No need for hyphens Former-commit-id: aec777d89994acfe1f42b1568f5617bd90f135e7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 795a4006..d25c150f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $ set TELOXIDE_TOKEN= $ $env:TELOXIDE_TOKEN= ``` - 4. Make sure that your Rust compiler is up-to-date (`teloxide` currently requires rustc at least version 1.64): + 4. Make sure that your Rust compiler is up to date (`teloxide` currently requires rustc at least version 1.64): ```bash # If you're using stable $ rustup update stable