From bfb5b4e381af898b1d87eb0e03ca1f42a53fe05d Mon Sep 17 00:00:00 2001 From: johannjacobsohn Date: Wed, 15 Jan 2020 15:42:39 +0100 Subject: [PATCH] Typo Unneeded `./bin/` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c82b23..2ab75e9 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ git-stats --raw | git-stats-html -o out.html # Export data since 2015 (save the results in out.html) -git-stats --since '1 January 2015' --raw | ./bin/git-stats-html -o out.html --big +git-stats --since '1 January 2015' --raw | git-stats-html -o out.html --big ```