From ff3143d074294bdc60bd21879e2aa363b466d93b Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 9 Jul 2016 00:24:17 +0200 Subject: [PATCH] Forgot newline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e063f..bf9fac4 100644 --- a/README.md +++ b/README.md @@ -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