Skip to content

Commit 2a7de36

Browse files
committed
Fix typo
1 parent 902aec7 commit 2a7de36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Issues one UDP broadcast search for available units. Since this is a stateless U
164164

165165
Issues one UDP broadcast search for available units. This is a stateless UDP query, but the connection will automatically be closed, so you may need to issue another search if the first one doesn't work, if your network connection is not established, etc. There is a 5s timeout built in to this command, and no retry mechanism.
166166

167-
Optionally accepts a number of milliseconds to wait for units; defaults to 5000 if not specific. Returns a LocalUnit[] array with each object containing:
167+
Optionally accepts a number of milliseconds to wait for units; defaults to 5000 if not specified. Returns a LocalUnit[] array with each object containing:
168168

169169
* `address` - ip address string
170170
* `type` - integer

0 commit comments

Comments
 (0)