From 81d8e9831c6fb2c27a6678362022da6511a8aab3 Mon Sep 17 00:00:00 2001 From: Mordechai Zuber Date: Tue, 8 Dec 2015 10:11:29 +0200 Subject: [PATCH] fix install documentation --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c7ba01..7993b85 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "language": "sh", "content": [ "# Install the package globally", - "npm i -g <%- _.pack.name %>", + "npm i -g git-stats", "# Initialize git hooks", "# This is for tracking the new commits", "curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash" @@ -233,4 +233,4 @@ ] } } -} \ No newline at end of file +}