From bb9cafa8c35471c9044900b88c5a058bcab5e74d Mon Sep 17 00:00:00 2001 From: Karel Blavka Date: Tue, 8 Jun 2021 09:58:35 +0200 Subject: [PATCH] Update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0cc2e6f..f304625 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,22 @@ # MQTT to InfluxDB -[![Travis](https://img.shields.io/travis/bigclownlabs/bch-mqtt2influxdb/master.svg)](https://travis-ci.org/bigclownlabs/bch-mqtt2influxdb) -[![Release](https://img.shields.io/github/release/bigclownlabs/bch-mqtt2influxdb.svg)](https://github.com/bigclownlabs/bch-mqtt2influxdb/releases) -[![License](https://img.shields.io/github/license/bigclownlabs/bch-mqtt2influxdb.svg)](https://github.com/bigclownlabs/bch-mqtt2influxdb/blob/master/LICENSE) +[![Travis](https://img.shields.io/travis/hardwario/bch-mqtt2influxdb/master.svg)](https://travis-ci.org/hardwario/bch-mqtt2influxdb) +[![Release](https://img.shields.io/github/release/hardwario/bch-mqtt2influxdb.svg)](https://github.com/hardwario/bch-mqtt2influxdb/releases) +[![PyPI](https://img.shields.io/pypi/v/mqtt2influxdb.svg)](https://pypi.org/project/mqtt2influxdb/) +[![License](https://img.shields.io/github/license/hardwario/bch-mqtt2influxdb.svg)](https://github.com/hardwario/bch-mqtt2influxdb/blob/master/LICENSE) [![Twitter](https://img.shields.io/twitter/follow/hardwario_en.svg?style=social&label=Follow)](https://twitter.com/hardwario_en) ## Example ``` -mqtt2influxdb -c /etc/bigclown/mqtt2influxdb.yaml --debug +mqtt2influxdb -c /etc/hardwario/mqtt2influxdb.yaml --debug ``` ## How to install & configure -https://developers.hardwario.com/tutorials/mqtt-to-influxdb +https://tower.hardwario.com/en/latest/tutorials/mqtt-to-influxdb/ ## License