We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a97c1 commit 3d544eeCopy full SHA for 3d544ee
README.md
@@ -100,7 +100,9 @@ The client takes messages in JSON format with the following fields:
100
101
## Message Example
102
103
-Assume `deployer` is running on `192.168.100.128` on port `1469`
+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.
106
107
```bash
108
$ echo '{"secret": "shhh", "config": {"test_var1": "Pico", "test_var2": "Loki"}}' |\
0 commit comments