Add link to tutorial in README.
This commit is contained in:
parent
1d63c9cd28
commit
be5fcb1f4f
|
@ -1,7 +1,7 @@
|
|||
# Termion
|
||||
|
||||
[Documentation](https://docs.rs/termion) | [Examples](https://github.com/Ticki/termion/tree/master/examples) | [Changelog](https://github.com/Ticki/termion/tree/master/CHANGELOG.md)
|
||||
|----|----|----
|
||||
[Documentation](https://docs.rs/termion) | [Examples](https://github.com/Ticki/termion/tree/master/examples) | [Changelog](https://github.com/Ticki/termion/tree/master/CHANGELOG.md) | [Tutorial](http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/)
|
||||
|----|----|----|----
|
||||
|
||||
**Termion** is a pure Rust, bindless library for low-level handling, manipulating
|
||||
and reading information about terminals. This provides a full-featured
|
||||
|
|
Loading…
Reference in New Issue