From cba0485791ff16c8c0fb09605c92b5b670f1d389 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Thu, 21 Nov 2019 16:35:11 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce75a5c..d97c6546 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Our goal is to create free software library that interfaces with selected Z-Wave This software is currently aimed at Application Developers who wish to incorporate Z-Wave functionality into their applications. -Our Homepage is at http://www.openzwave.net/ and our Github Page is located at https://github.com/OpenZWave/. If you wish to participate on our Mailing List, please visit https://groups.google.com/forum/#!forum/openzwave +Our Homepage + +is at http://www.openzwave.net/ and our Github Page is located at https://github.com/OpenZWave/. If you wish to participate on our Mailing List, please visit https://groups.google.com/forum/#!forum/openzwave ## Getting Started There is a example application on how to interface with the library called MinOZW. This currently offers a minimal example on how to monitor for changes and enable Polling of values. There are also plenty of other examples on the Internet that you can research.