From f1785c71e435e60913d71e48e47fbf6fb9ccb552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Me=C5=A1=C5=A5an?= Date: Sat, 28 Jan 2017 12:35:14 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eeda14b..f40a845 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## GIT quick statistics :graph: +## GIT quick statistics > `git quick-stats` is a simple and efficient way to access various statistics in git repository. @@ -18,9 +18,11 @@ Want to contribute? Great! First, [read this page][]. ## Usage -`git quick-stats` -or -`git-quick-stats` +```bash +git quick-stats +# or +git-quick-stats +``` Or you can use (non-interactive) direct execution: @@ -39,7 +41,7 @@ eg: `export _GIT_UNTIL="2017-22-01"` -then run `./git-quick-stats` (affect all stats, except "My daily status" and "Git changelogs" ) +then run `git quick-stats` (affect all stats, except "My daily status" and "Git changelogs" ) ## Installation