From ad82e0cf7fbe4e2d5b88ef3d265ba4bdd697a993 Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 31 May 2017 21:33:26 +0200 Subject: [PATCH] spelling --- contrib/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/README.md b/contrib/docker/README.md index b0c10316..2d3bf5b7 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -48,5 +48,5 @@ Note: the "-f" and "--scanconfig" arguments are only passed to ebusd if it is ca Running with MQTT broker ------------------------ -To start an ebusd container in the background and have it connect to your MQTT broker, use the following command while repacing "BROKERHOST" with your MQTT broker host name or IP address: +To start an ebusd container in the background and have it connect to your MQTT broker, use the following command while replacing "BROKERHOST" with your MQTT broker host name or IP address: > docker run -d --name=ebusd --device=/dev/ttyUSB0 -p 8888 john30/ebusd -f --scanconfig -d /dev/ttyUSB0 --mqttport=1883 --mqtthost=BROKERHOST