From 7ed3dce280d18ea4f9970b3e6544c8fad0b4cd82 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 27 Jan 2018 23:54:03 +0100 Subject: [PATCH] Update README.md Updated documentation links --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fff0df8..99e09e5 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,8 @@ use self::crossterm::crossterm_terminal::*; ``` ## Links -Documentation for the code can be found [here](https://atcentra.com/crossterm/index.html) - -Documentation for the code can be found [here](https://docs.rs/crossterm/0.1.0/crossterm/) - +Documentation version 0.1.0 can be found [here](https://docs.rs/crossterm/0.1.0/crossterm/) +Documentation version 0.2.0 can be found [here](https://docs.rs/crossterm/0.2.0/crossterm/) The Cargo Page can be found [here](https://crates.io/search?q=crossterm) ## Examples