Skip to content

Commit 77b1d03

Browse files
committed
Merge pull request #77 from M-Zuber/patch-2
fix install documentation
2 parents ad5fdb8 + 81d8e98 commit 77b1d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"language": "sh",
8686
"content": [
8787
"# Install the package globally",
88-
"npm i -g <%- _.pack.name %>",
88+
"npm i -g git-stats",
8989
"# Initialize git hooks",
9090
"# This is for tracking the new commits",
9191
"curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash"
@@ -233,4 +233,4 @@
233233
]
234234
}
235235
}
236-
}
236+
}

0 commit comments

Comments
 (0)