From 7dd3ec07ff055a667d74e282e84f99e13196181c Mon Sep 17 00:00:00 2001 From: Timon Post Date: Tue, 2 Apr 2019 22:32:34 +0200 Subject: [PATCH] Updated README --- crossterm_input/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crossterm_input/README.md b/crossterm_input/README.md index 9339def..3903d54 100644 --- a/crossterm_input/README.md +++ b/crossterm_input/README.md @@ -41,14 +41,13 @@ When you want to use other modules as well you might want to use crossterm with ## Getting Started -This documentation is only for `crossterm_input` version `0.2` if you have an older version I suggest you check the [Upgrade Manual](https://github.com/TimonPost/crossterm/blob/master/docs/UpgradeManual.md). Also, check out the [examples](https://github.com/TimonPost/crossterm/tree/master/crossterm_input/examples) folders with detailed examples for all functionalities of this crate. +This documentation is only for `crossterm_input` version `0.2` if you have an older version 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/crossterm_input/examples) folders with detailed examples for all functionalities of this crate. Add the `crossterm_input` package to your `Cargo.toml` file. ``` [dependencies] `crossterm_input` = "0.2" - ``` And import the `crossterm_input` modules you want to use. @@ -154,7 +153,7 @@ If you have used this library for a terminal other than the above list without i ## Notice This library is average stable now, I don't expect it to not to change that much. -If there are any changes that will affect previous versions I will [describe](https://github.com/TimonPost/crossterm/blob/master/docs/UpgradeManual.md) what to change to upgrade. +If there are any changes that will affect previous versions I will [describe](https://github.com/TimonPost/crossterm/blob/master/docs/UPGRADE.md) what to change to upgrade. ## Contributing @@ -165,6 +164,7 @@ So improving this by correcting these mistakes will help both me and the reader ## Authors * **Timon Post** - *Project Owner & creator* +* **Dave Ho** - *Contributor* ## License