diff --git a/README.md b/README.md index a2a891e..4ea2658 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ go test -v 2>&1 | go-junit-report > report.xml Note that it also can parse benchmark output with `-bench` flag: ```bash -go test -v -bench . -count 5 2>&1 | ./go-junit-report > report.xml +go test -v -bench . -count 5 2>&1 | go-junit-report > report.xml ``` [travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg