From 50214602bd50aac81bed32b6c3e734db7a8564f8 Mon Sep 17 00:00:00 2001
From: owagner <owagner@tellerulam.com>
Date: Sun, 22 Mar 2015 15:17:10 +0100
Subject: [PATCH] - note settings in readme

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 582afd7..5027fd4 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,15 @@ Dependencies
 [![Build Status](https://travis-ci.org/owagner/kodi2mqtt.svg)](https://travis-ci.org/owagner/kodi2mqtt) Automatically built addons can be downloaded from the release page on GitHub at https://github.com/owagner/kodi2mqtt/releases
 
 
+Settings
+--------
+The addon has three settings:
+
+* the MQTT broker's IP address (defaults to 127.0.0.1)
+* the MQTT broker's port. This defaults to 1883, which is standard.
+* the topic prefix which to use in all published and subscribed topics. Defaults to "kodi/".
+
+
 Topics
 ------
 The addon publishes on the following topics:
-- 
GitLab