From 83b4a27ca3d774fcc8b08e09c3c50a04922a76c9 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 4 May 2019 21:19:44 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d2b17..db42f1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Crossterm | cross-platform terminal manipulating library. - ![Lines of Code][s7] [![Latest Version][s1]][l1] [![MIT][s2]][l2] [![docs][s3]][l3] ![Lines of Code][s6] [![Join us on Discord][s5]][l5] + [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8QK6XU749JB2) ![Lines of Code][s7] [![Latest Version][s1]][l1] [![MIT][s2]][l2] [![docs][s3]][l3] ![Lines of Code][s6] [![Join us on Discord][s5]][l5] [s1]: https://img.shields.io/crates/v/crossterm.svg [l1]: https://crates.io/crates/crossterm @@ -348,6 +348,12 @@ Check [Contributing](https://github.com/TimonPost/crossterm/blob/master/docs/Con * **Timon Post** - *Project Owner & creator* +## Support + +Crossterm took a lot of time to develop, I realy appriciate any donation given to support the development of crossterm. + +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8QK6XU749JB2) + ## License This project, crossterm and all it's sub-modules: crossterm_screen, crossterm_cursor, crossterm_style, crossterm_input, crossterm_terminal, crossterm_winapi, crossterm_utils are licensed under the MIT License - see the [LICENSE.md](https://github.com/TimonPost/crossterm/blob/master/LICENSE) file for details