From f34975e356018d57dc79a315b03db27a65f2fd9a Mon Sep 17 00:00:00 2001 From: Timon Post Date: Wed, 17 Apr 2019 16:28:14 +0200 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cc0930..03fee0a 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ This crate consists of five modules that are provided behind [feature flags](htt ## Getting Started -This documentation is only for Crossterm version `0.9`. If you have an older version of Crossterm, then I suggest you check the [Upgrade Manual](https://github.com/TimonPost/crossterm/blob/master/docs/UPGRADE.md). Also, check out the [examples](https://github.com/TimonPost/crossterm/tree/master/examples) folders with detailed examples for all functionality of this crate. +This documentation is only for Crossterm version `0.9.^`. If you have an older version of Crossterm, then I suggest you check the [Upgrade Manual](https://github.com/TimonPost/crossterm/blob/master/docs/UPGRADE.md). Also, check out the [examples](https://github.com/TimonPost/crossterm/tree/master/examples) folders with detailed examples for all functionality of this crate. Add the Crossterm package to your `Cargo.toml` file. ``` [dependencies] -crossterm = "0.9" +crossterm = "0.9.2" ``` ### Useful Links