From 17fe3ec4907f7b9a59aaf7566ccefb7110ed589e Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 14 Jul 2018 22:19:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59071a4..09b2236 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Version `0.2.3` of Crossterm will have API braking changes. If you are reading t ## Getting Started -This documentation is only for Crossterm version `0.2.3` if you have an older version of Crossterm I suggest you to check the [Upgrade Manual](link_to_manual) for more infomation about how to upgrade to a new version or I suggest you to checkout the [examples](link) for each version of Crossterm. +This documentation is only for Crossterm version `0.2.3` if you have an older version of Crossterm I suggest you to check the [Upgrade Manual](link_to_manual) for more infomation about how to upgrade to an newer version or checkout the [README.md](link_to_backup_readme) from the previous versions. Also you could take a look at the [examples](link) from the previous versions of Crossterm. Add the Crossterm package to your `Cargo.toml` file.