Skip to content

Commit

Permalink
Fixed package.json again.
Browse files Browse the repository at this point in the history
  • Loading branch information
qw3rtman committed Mar 3, 2015
1 parent 6f35980 commit fdad714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Looking good!
`gg` can be installed via the Node Package Manager (`npm`).

```sh
$ npm install -g git-goodies
$ npm install -g gitgoodies
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "git-goodies",
"name": "gitgoodies",
"version": "0.0.1",
"description": "your git goodies cookbook",
"keywords": [
Expand Down

0 comments on commit fdad714

Please sign in to comment.