Merge pull request #266 from Detegr/fix-typo

Fix an URL to example file
This commit is contained in:
Zrzka 2019-10-01 09:10:02 +02:00 committed by GitHub
commit 53045bef0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/), 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) [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_ _style text with attributes_