From a422d463f3a2aebd03bcd38aece9d1ac3f13e8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= Date: Tue, 1 Oct 2019 09:54:40 +0300 Subject: [PATCH] Fix an URL to example file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 350aa51..101adb2 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This module enables you to style the terminal text. Good documentation can be found at the following places: [docs](https://docs.rs/crossterm_style/), [book](https://crossterm-rs.github.io/crossterm/docs/styling.html) -and [examples](https://github.com/crossterm-rs/crossterm/tree/master/examples/key_events.rs). +and [examples](https://github.com/crossterm-rs/examples/blob/master/examples/src/bin/key_events.rs). _style text with attributes_