From d1ac2d01715796965c85ec33fb42b042e5d5b071 Mon Sep 17 00:00:00 2001 From: Giovanni Harting Date: Tue, 1 Sep 2015 10:43:40 +0200 Subject: [PATCH] updated badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970a90c..c3fa54f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LedD -[![Code Climate](https://codeclimate.com/github/LED-Freaks/LedD/badges/gpa.svg)](https://codeclimate.com/github/LED-Freaks/LedD) +[![][codeclimate img]][codeclimate] [![][license img]][license] LedD is a daemon for interfacing LED stripes written in python3. It provides an abstract interface for effects to control any kind of LED stripe through an controller, although it is intented to be used with the PCA9685 chip. An Android application can connect and natively change any settings for the effects and stripes. @@ -40,3 +40,8 @@ Effects #### License This project is licensed under the conditions of the GNU GPL 3.0. + +[license]:LICENSE +[license img]:https://img.shields.io/github/license/led-freaks/ledd.svg?style=flat-square +[codeclimate]:https://codeclimate.com/github/LED-Freaks/LedD +[codeclimate img]:https://img.shields.io/codeclimate/github/LED-Freaks/LedD.svg?style=flat-square