diff --git a/README.md b/README.md index 46c65451..fefbadab 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ user interfaces and dashboards. It is heavily inspired by the `Javascript` library [blessed-contrib](https://github.com/yaronn/blessed-contrib) and the `Go` library [termui](https://github.com/gizak/termui). -The library itself supports two different backends to draw to the terminal. You +The library itself supports three different backends to draw to the terminal. You can either choose from: - [termion](https://github.com/ticki/termion) - [rustbox](https://github.com/gchp/rustbox) + - [crossterm](https://github.com/TimonPost/crossterm) However, some features may only be available in one of the two.