Skip to content

Commit bbe9a08

Browse files
committed
git turned to gist in some places in readme
1 parent 5c73d0f commit bbe9a08

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gist-put
99
[eventually](https://github.com/AWinterman/gist-put/blob/master/gist-put#L17-L20),
1010
no files at all!
1111
- it doesn't care if you reference files in `pwd` or in some distant
12-
directory, (this was a problem with the alternative I tried).
12+
directory (this was a problem with the alternative I tried).
1313
- it gets your credentials at your already-stated level of security
1414
using the `git credential` tool. If `git credentials` doesn't know your
1515
credentials, it'll probably error in an ugly way. [This is an open
@@ -29,17 +29,17 @@ humor. Enjoy!
2929

3030
You'll love it, so why don't you npm install it:
3131
```
32-
$ npm install git-put
32+
$ npm install gist-put
3333
```
3434

3535

3636
If you ever decide you hate it, npm uninstall ftw!
3737

3838
```
39-
npm uninstall git-put
39+
npm uninstall gist-put
4040
```
4141

42-
And then find `git-put` among your [authorized apps](https://github.com/settings/applications) on github, and remove it from
42+
And then find `gist-put` among your [authorized apps](https://github.com/settings/applications) on github, and remove it from
4343
the list.
4444

4545
I guess I could provide a commandline argument for this last step... If this is
@@ -57,7 +57,6 @@ $ gist-put file
5757
```bash
5858
$ gist-put -u -d 'so many files to gist!' 1-file-to-gist 2-file-to-gist 3-file-to-gist
5959
```
60-
6160
will make a public gist of the listed files with the description passed to
6261
`-d`, and return the url.
6362

0 commit comments

Comments
 (0)