From e77512653dd20441ad7603bb35cb58c20a5f7e80 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Thu, 28 Jul 2016 22:38:44 -0700 Subject: [PATCH] Added clippy badge to Readme --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2ac1a67..6f5bab8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,8 @@ # Cursive -[![Build Status](https://travis-ci.org/gyscos/Cursive.svg?branch=master)](https://travis-ci.org/gyscos/Cursive) [![crates.io](http://meritbadge.herokuapp.com/cursive)](https://crates.io/crates/cursive) +[![Build Status](https://travis-ci.org/gyscos/Cursive.svg?branch=master)](https://travis-ci.org/gyscos/Cursive) +[![Clippy Linting Result](https://clippy.bashy.io/github/gyscos/Cursive/master/badge.svg)](https://clippy.bashy.io/github/gyscos/Cursive/master/log) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is based on jeaye's [ncurses-rs](https://github.com/jeaye/ncurses-rs).