Skip to content

Commit 3d544ee

Browse files
More details in the example.
1 parent f4a97c1 commit 3d544ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ The client takes messages in JSON format with the following fields:
100100

101101
## Message Example
102102

103-
Assume `deployer` is running on `192.168.100.128` on port `1469`
103+
Assume `deployer` is running on `192.168.100.128` on port `1469`. We
104+
will use <a href="https://en.wikipedia.org/wiki/Netcat">`nc`</a> to fire
105+
off a single TCP message.
104106

105107
```bash
106108
$ echo '{"secret": "shhh", "config": {"test_var1": "Pico", "test_var2": "Loki"}}' |\

0 commit comments

Comments
 (0)