From 6b8253ff51f6a019eee59e4428e36bfafc3bf7b1 Mon Sep 17 00:00:00 2001 From: Timon Date: Thu, 25 Jan 2018 22:39:08 +0100 Subject: [PATCH] Update README.md Cleaned up links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4125b43..88a49c3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ 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/) + The Cargo Page can be found [here](https://crates.io/search?q=crossterm) ## Examples