Skip to content

Commit 509a199

Browse files
committed
Merge pull request github#140 from samdunne/patch-1
Missing /
2 parents 14c25df + be412d5 commit 509a199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $ curl -H "Authorization: token OAUTH-TOKEN" https://api.github.com
155155
OAuth2 Token (sent as a parameter):
156156

157157
<pre class="terminal">
158-
$ curl https://api.github.com?access_token=OAUTH-TOKEN
158+
$ curl https://api.github.com/?access_token=OAUTH-TOKEN
159159
</pre>
160160

161161
Read [more about OAuth2](/v3/oauth/). Note that OAuth2 tokens can be [acquired

0 commit comments

Comments
 (0)