Skip to content

Commit 7c6c2a1

Browse files
committed
Updated npm URL.
1 parent 92eda64 commit 7c6c2a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Looking good!
3232
`gg` can be installed via the Node Package Manager (`npm`).
3333

3434
```sh
35-
$ npm install -g gitgoodies
35+
$ npm install -g git-goodies
3636
```
3737

38-
If that doesn't work, try running it as root. `$ sudo npm install -g gitgoodies`
38+
If that doesn't work, try running it as root. `$ sudo npm install -g git-goodies`
3939

4040
You can also get up and running without npm, but it is not recommended to do so.
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gg",
2+
"name": "git-goodies",
33
"version": "0.0.1",
44
"description": "your git goodies cookbook",
55
"keywords": [

0 commit comments

Comments
 (0)