Skip to content

Commit a06ad8f

Browse files
author
Dave Conway-Jones
committed
line up discovery node wording in docs
to close #290 Thanks @ukmoose
1 parent 47520ea commit a06ad8f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Copyright 2013, 2016 IBM Corp. under [the Apache 2.0 license](LICENSE).
109109

110110
**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.
111111

112-
**node-red-node-mdns** - *[mdns](io/mdns)* - discovers other Avahi/Bonjour services on the network.
112+
**node-red-node-discovery** - *[mdns](io/mdns)* - discovers other Avahi/Bonjour services on the network.
113113

114114
**node-red-node-mqlight** - *[mqlight](io/mqlight)* - Adds nodes to send and receive using MQlight.
115115

io/mdns/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
node-red-node-discover
2-
======================
1+
node-red-node-discovery
2+
=======================
33

44
A <a href="http://nodered.org" target="_new">Node-RED</a> node that uses Bonjour
55
/ Avahi to discover local network services such as iTunes libraries, printers, etc.

io/mdns/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name" : "node-red-node-discovery",
3-
"version" : "0.0.13",
3+
"version" : "0.0.14",
44
"description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.",
55
"dependencies" : {
6-
"mdns" : "2.2.*"
6+
"mdns" : "2.3.*"
77
},
88
"repository" : {
99
"type":"git",
1010
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns"
1111
},
1212
"license": "Apache-2.0",
13-
"keywords": [ "node-red", "mdns", "avahi", "bonjour" ],
13+
"keywords": [ "node-red", "mdns", "avahi", "bonjour", "discovery" ],
1414
"node-red" : {
1515
"nodes" : {
1616
"discovery": "mdns.js"

0 commit comments

Comments
 (0)