Skip to content

Commit 7047558

Browse files
committed
Make curl example consistent.
1 parent d4ccaec commit 7047558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ User-Agent: Awesome-Octocat-App
389389
If you provide an invalid `User-Agent` header, you will receive a `403 Forbidden` response:
390390

391391
<pre class="terminal">
392-
curl -iH 'User-Agent: ' https://api.github.com/meta
392+
$ curl -iH 'User-Agent: ' https://api.github.com/meta
393393
HTTP/1.0 403 Forbidden
394394
Connection: close
395395
Content-Type: text/html

0 commit comments

Comments
 (0)