Skip to content

Commit fdad714

Browse files
committed
Fixed package.json again.
1 parent 6f35980 commit fdad714

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
@@ -31,10 +31,10 @@ Looking good!
3131
`gg` can be installed via the Node Package Manager (`npm`).
3232

3333
```sh
34-
$ npm install -g git-goodies
34+
$ npm install -g gitgoodies
3535
```
3636

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

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

package.json

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

0 commit comments

Comments
 (0)