From 27c75a45f71f26d60ba507354cd264b000be3b91 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 9 Jul 2016 00:18:10 +0200 Subject: [PATCH] Update starting command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f5598..712b108 100644 --- a/README.md +++ b/README.md @@ -64,5 +64,5 @@ $ make run You can send metrics right from terminal: ``` -echo "foo.bar:1|C" | nc -4u -w1 `docker-machine ip` 8126 +$ for i in {1..1000}; do echo "foo.bar:1|C" | nc -v -4u -w1 `docker-machine ip` 8126; done ```