Skip to content

Commit 930cf6a

Browse files
author
Michael C. Harris
committed
Correct GitHub to use correct capitalization.
1 parent bd941d0 commit 930cf6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.mkd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If you want to manipulate multiple files in a gist:
142142

143143
let g:gist_get_multiplefile = 1
144144

145-
If you want to use on Github Enterprise:
145+
If you want to use on GitHub Enterprise:
146146

147147
let g:github_api_url = 'http://your-github-enterprise-domain/api/v3'
148148

@@ -211,7 +211,7 @@ Now restart Vim and run `:BundleInstall`.
211211

212212
## Setup:
213213

214-
This plugin uses github API v3. Setting value is stored in `~/.gist-vim`.
214+
This plugin uses GitHub API v3. Setting value is stored in `~/.gist-vim`.
215215
gist-vim have two ways to access APIs.
216216

217217
First, you need to set your Github username in global git config:
@@ -221,4 +221,4 @@ First, you need to set your Github username in global git config:
221221
Then, gist.vim will ask for your password to create an authorization when you
222222
first use it. The password is not stored and only the OAuth access token will
223223
be kept for later use. You can revoke the token at any time from the list of
224-
["Authorized applications" on Github's "Account Settings" page](https://github.com/settings/applications).
224+
["Authorized applications" on GitHub's "Account Settings" page](https://github.com/settings/applications).

doc/gist-vim.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you want to edit all files for gists containing more than one: >
153153
let g:gist_get_multiplefile = 1
154154
<
155155

156-
If you want to use on Github Enterprise: >
156+
If you want to use on GitHub Enterprise: >
157157
158158
let g:github_api_url = 'http://your-github-enterprise-domain/api/v3'
159159
<
@@ -233,17 +233,17 @@ REQUIREMENTS *gist-vim-requirements*
233233
==============================================================================
234234
SETUP *gist-vim-setup*
235235

236-
This plugin uses github API v3. Setting value is stored in `~/.gist.vim`.
236+
This plugin uses GitHub API v3. Setting value is stored in `~/.gist.vim`.
237237
gist-vim have two ways to access APIs.
238238

239-
First, you need to set your Github username in global git config:
239+
First, you need to set your GitHub username in global git config:
240240
>
241241
$ git config --global github.user Username
242242
<
243243
Then, gist.vim will ask for your password to create an authorization when you
244244
first use it. The password is not stored and only the OAuth access token will
245245
be kept for later use. You can revoke the token at any time from the list of
246-
"Authorized applications" on Github's "Account Settings" page.
246+
"Authorized applications" on GitHub's "Account Settings" page.
247247
(https://github.com/settings/applications)
248248

249249
If you happen to have your password already written in ~/.gitconfig like

0 commit comments

Comments
 (0)