From 753c48a268ab2780c55925e2ef55496ec88a9ea0 Mon Sep 17 00:00:00 2001 From: Timon Date: Thu, 25 Jan 2018 22:38:28 +0100 Subject: [PATCH] Update README.md Added links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d225ab1..4125b43 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ use self::crossterm::crossterm_cursor::*; use self::crossterm::crossterm_terminal::*; ``` -## Documentation +## 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