From ea8a367c11522400adcdf4601e0d4a7b2e27bb4c Mon Sep 17 00:00:00 2001 From: Timon Date: Thu, 12 Sep 2019 21:39:39 +0200 Subject: [PATCH] Added badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98442a8..ce81107 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Crossterm | cross-platform terminal manipulating library. - [![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] + [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8QK6XU749JB2) ![Travis][s7] ![Workflow][s8] [![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 @@ -19,6 +19,8 @@ [s6]: https://tokei.rs/b1/github/TimonPost/crossterm?category=code [s7]: https://travis-ci.org/TimonPost/crossterm.svg?branch=master +[s8]: https://github.com/TimonPost/crossterm/workflows/Crossterm%20Test/badge.svg + Have you ever been disappointed when a terminal library for rust was only written for UNIX systems? Crossterm provides clearing, input handling, styling, cursor movement, and terminal actions for both Windows and UNIX systems.