From 6c4bd35844aabbff474546abf3bff7ee8bbad2f9 Mon Sep 17 00:00:00 2001 From: Walter Dal Mut Date: Wed, 24 Jun 2015 10:23:36 +0200 Subject: [PATCH] Added scrutinizer inspection badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af9d2a1d7..3314295d3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/corley/influxdb-php-sdk.svg?branch=master)](https://travis-ci.org/corley/influxdb-php-sdk) [![Code Climate](https://codeclimate.com/github/corley/influxdb-php-sdk/badges/gpa.svg)](https://codeclimate.com/github/corley/influxdb-php-sdk) [![Test Coverage](https://codeclimate.com/github/corley/influxdb-php-sdk/badges/coverage.svg)](https://codeclimate.com/github/corley/influxdb-php-sdk/coverage) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/?branch=master) Send metrics to InfluxDB and query for any data. @@ -242,7 +243,7 @@ In that way the SDK use that policy instead of `default` policy. ## Proxies and InfluxDB -If you proxy your InfluxDB typically you have a prefix in your endpoints. +If you proxy your InfluxDB typically you have a prefix in your endpoints. ``` $option->setHost("proxy.influxdb.tld");