diff --git a/README.md b/README.md index 8205627..1828194 100644 --- a/README.md +++ b/README.md @@ -164,10 +164,10 @@ For detailed examples of all crossterm functionalities check the [examples](http ## Features crossterm 0.2 -- Implementing 256 colors for terminals that support those colors for unix. -- Text Attributes like: bold, italic, underscore and crossed word ect for unix. -- Allow user to input an custom ANSI color code to set the fore- backgound for unix. -- Storing the current cursor position and resetting to that sored cursor position. +- 256 color support. +- Text Attributes like: bold, italic, underscore and crossed word ect. +- Custom ANSI color code input to set fore- and background color for unix. +- Storing the current cursor position and resetting to that stored cursor position later. - Resizing the terminal. ## Tested terminals