diff --git a/README.md b/README.md index c8869e3..75b4800 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Jaggr can be used to integrate [vegeta](https://github.com/tsenart/vegeta) with ``` echo 'GET http://localhost:8080' | \ - vegeta attack -rate 5000 -duration 10m | vegeta dump | \ + vegeta attack -rate 5000 -duration 10m | vegeta encode | \ jaggr @count=rps \ hist\[100,200,300,400,500\]:code \ p25,p50,p95:latency \ @@ -86,4 +86,4 @@ echo 'GET http://localhost:8080' | \ bytes_in.sum+bytes_out.sum ``` -![](doc/vegeta.gif) \ No newline at end of file +![](doc/vegeta.gif)