From a5da7722583e62c9f8c3bcc114d31a3a22bc3f90 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 14 Jul 2018 23:25:36 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 177c75a..768b6b5 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ use self::crossterm::terminal::*; - Code documentation: version [0.1.0](https://docs.rs/crossterm/0.1.0/crossterm/), -version [0.2.0](https://docs.rs/crossterm/0.2.0/crossterm/), -version [0.2.1](https://docs.rs/crossterm/0.2.1/crossterm/) +[0.2.0](https://docs.rs/crossterm/0.2.0/crossterm/), +[0.2.1](https://docs.rs/crossterm/0.2.1/crossterm/) and [0.2.3](link) - Code Examples: version [0.1.0](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.1.0), -version [0.2.0](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.0), -version [0.2.1](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.1) -and version [0.2.3](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.3) +[0.2.0](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.0), +[0.2.1](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.1) +and [0.2.3](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.3) - [Cargo Page](https://crates.io/crates/crossterm) - [Real life examples](https://github.com/TimonPost/crossterm/tree/master/examples/Crossterm%200.2.3/program_examples)