From ac52cb0386ee9d50ce4077a01a20c231d95a1152 Mon Sep 17 00:00:00 2001 From: Osspial Date: Mon, 17 Jul 2017 15:57:56 -0400 Subject: [PATCH] Update license badge to MIT --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14260c7..758643e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hidapi [![Build Status](https://travis-ci.org/Osspial/hidapi-rs.svg?branch=master)](https://travis-ci.org/Osspial/hidapi-rs) [![Version](https://img.shields.io/crates/v/hidapi.svg)](https://crates.io/crates/hidapi) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://github.com/Osspial/hidapi-rs/blob/master/LICENSE.txt) [![Documentation](https://docs.rs/hidapi/badge.svg)](https://docs.rs/hidapi) +# hidapi [![Build Status](https://travis-ci.org/Osspial/hidapi-rs.svg?branch=master)](https://travis-ci.org/Osspial/hidapi-rs) [![Version](https://img.shields.io/crates/v/hidapi.svg)](https://crates.io/crates/hidapi) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Osspial/hidapi-rs/blob/master/LICENSE.txt) [![Documentation](https://docs.rs/hidapi/badge.svg)](https://docs.rs/hidapi) This crate provides a rust abstraction over the features of the C library [hidapi](https://github.com/signal11/hidapi) by signal11. Based off of @@ -40,4 +40,4 @@ println!("Wrote: {:?} byte(s)", res); ``` # Documentation -Available at [docs.rs](https://docs.rs/hidapi). \ No newline at end of file +Available at [docs.rs](https://docs.rs/hidapi).