From 4f01e8a8636302e9c8790279c8b484704f802fa0 Mon Sep 17 00:00:00 2001 From: TheCodeAssassin Date: Thu, 25 Jun 2015 18:24:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b6f715e7..d41011be39 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # influxdb-php ## InfluxDB client library for PHP [![Build Status](https://travis-ci.org/LeaseWeb/influxdb-php.svg?branch=master)](https://travis-ci.org/LeaseWeb/influxdb-php) +[![Code Climate](https://codeclimate.com/github/LeaseWeb/influxdb-php/badges/gpa.svg)](https://codeclimate.com/github/LeaseWeb/influxdb-php) ### Overview @@ -145,4 +146,4 @@ Some functions are too general for a database. So these are available in the cli ####0.1 ------ -* Initial release \ No newline at end of file +* Initial release