From 7b2dc2d7426b3e98902d57190388eaaf1ade85cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Wed, 22 Nov 2017 10:01:57 -0500 Subject: [PATCH] node-red-node-discovery: correction to Readme --- io/mdns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/mdns/README.md b/io/mdns/README.md index c38cc8e8..1fb22c62 100644 --- a/io/mdns/README.md +++ b/io/mdns/README.md @@ -48,7 +48,7 @@ For a full list of official service types see [this list](http://www.dns-sd.org/ Provides a Bonjour / Avahi / Zeroconf announcement node. -If `msg.payload` is 0 - the announcement is stopped. Any other value starts the announcement process. +If `msg.payload` is `false` - the announcement is stopped. Any other value starts the announcement process. The announcement can be customised by the msg if not configured in the edit panel.