Skip to content

Commit c603421

Browse files
committed
changed to em per note
1 parent 34faa30 commit c603421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3/auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ would authenticate you if you replace `<username>` with your GitHub username.
3333
(cURL will prompt you to enter the password.)
3434

3535
``` command-line
36-
$ curl -u &gt;username> https://api.github.com/user
36+
$ curl -u <em>username</em> https://api.github.com/user
3737
```
3838

3939
### Via OAuth Tokens
@@ -42,7 +42,7 @@ Alternatively, you can use [personal access
4242
tokens][personal-access-tokens] or OAuth tokens instead of your password.
4343

4444
``` command-line
45-
$ curl -u &gt;username>:&gt;token> https://api.github.com/user
45+
$ curl -u <em>username</em>:<em>token</em> https://api.github.com/user
4646
```
4747

4848
This approach is useful if your tools only support Basic Authentication but you

0 commit comments

Comments
 (0)