Forgot newline

This commit is contained in:
2016-07-09 00:24:17 +02:00
parent ef8ba0e003
commit ff3143d074
+1 -1
View File
@@ -65,7 +65,7 @@ You can send metrics right from terminal:
```bash
# 1000 times
# Send "test.ping:1|C"
# Send "test.ping:1|C\n"
# Verbose, Using UDP, Timeout 1s
# To StatsD port on Docker
$ for i in {1..1000}; do echo "test.ping:1|C" | nc -v -u -w1 `docker-machine ip` 8126; done