From a06ad8f1a743f347baa18de74d97a8aeb34b62ce Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 3 Apr 2017 19:51:49 +0100 Subject: [PATCH] line up discovery node wording in docs to close #290 Thanks @ukmoose --- README.md | 2 +- io/mdns/README.md | 4 ++-- io/mdns/package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e78ad545..cde101f2 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Copyright 2013, 2016 IBM Corp. under [the Apache 2.0 license](LICENSE). **node-red-node-ping** - *[88-ping](io/ping)* - Pings a machine and returns the trip time in mS. Returns false if no response received within 3 seconds, or if the host is unresolveable. Default ping is every 20 seconds but can be configured. -**node-red-node-mdns** - *[mdns](io/mdns)* - discovers other Avahi/Bonjour services on the network. +**node-red-node-discovery** - *[mdns](io/mdns)* - discovers other Avahi/Bonjour services on the network. **node-red-node-mqlight** - *[mqlight](io/mqlight)* - Adds nodes to send and receive using MQlight. diff --git a/io/mdns/README.md b/io/mdns/README.md index 2c97055b..e494b886 100644 --- a/io/mdns/README.md +++ b/io/mdns/README.md @@ -1,5 +1,5 @@ -node-red-node-discover -====================== +node-red-node-discovery +======================= A Node-RED node that uses Bonjour / Avahi to discover local network services such as iTunes libraries, printers, etc. diff --git a/io/mdns/package.json b/io/mdns/package.json index beb14f9b..23118ff0 100644 --- a/io/mdns/package.json +++ b/io/mdns/package.json @@ -1,16 +1,16 @@ { "name" : "node-red-node-discovery", - "version" : "0.0.13", + "version" : "0.0.14", "description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.", "dependencies" : { - "mdns" : "2.2.*" + "mdns" : "2.3.*" }, "repository" : { "type":"git", "url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns" }, "license": "Apache-2.0", - "keywords": [ "node-red", "mdns", "avahi", "bonjour" ], + "keywords": [ "node-red", "mdns", "avahi", "bonjour", "discovery" ], "node-red" : { "nodes" : { "discovery": "mdns.js"