We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f35980 commit fdad714Copy full SHA for fdad714
README.md
@@ -31,10 +31,10 @@ Looking good!
31
`gg` can be installed via the Node Package Manager (`npm`).
32
33
```sh
34
- $ npm install -g git-goodies
+ $ npm install -g gitgoodies
35
```
36
37
-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`
38
39
You can also get up and running without npm, but it is not recommended to do so.
40
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "git-goodies",
+ "name": "gitgoodies",
3
"version": "0.0.1",
4
"description": "your git goodies cookbook",
5
"keywords": [
0 commit comments