Skip to content

Commit ad5fdb8

Browse files
committed
Merge pull request #76 from M-Zuber/patch-1
fix install instructions
2 parents 809cb34 + 8e9ad16 commit ad5fdb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can install the package globally and use it as command line tool:
2626

2727
```sh
2828
# Install the package globally
29-
npm i -g <%- _.pack.name %>
29+
npm i -g git-stats
3030
# Initialize git hooks
3131
# This is for tracking the new commits
3232
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
@@ -216,4 +216,4 @@ If you are using this library in one of your projects, add it in this list. :spa
216216
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(http%3A%2F%2Fionicabizau.net)&year=2015#license-mit
217217
[website]: http://ionicabizau.net
218218
[contributing]: /CONTRIBUTING.md
219-
[docs]: /DOCUMENTATION.md
219+
[docs]: /DOCUMENTATION.md

0 commit comments

Comments
 (0)