From 1efdce7ef63cba6992729db5f22262a60936fa8b Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Mon, 12 Jun 2023 19:06:45 +0200 Subject: [PATCH] Link to latests docs in README (#785) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 347ff5b..e206d5c 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ fn main() -> std::io::Result<()> { } ``` -Checkout this [list](https://docs.rs/crossterm/0.14.0/crossterm/index.html#supported-commands) with all possible commands. +Checkout this [list](https://docs.rs/crossterm/latest/crossterm/index.html#supported-commands) with all possible commands. ### Feature Flags