Skip to content

Commit 6bddcbe

Browse files
committed
Converted H3 to H4 for readability
1 parent 415ca14 commit 6bddcbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
1212
<img src='face.php?u={username}&s={size}&v={view}' />
1313
```
1414

15-
### Query Parameters
15+
#### Query Parameters
1616

1717
<table>
1818
<tr>
@@ -49,7 +49,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
4949
<img src='skin.php?u={username}&s={size}' />
5050
```
5151

52-
### Query Parameters
52+
#### Query Parameters
5353

5454
<table>
5555
<tr>
@@ -76,7 +76,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
7676

7777
If you have `mod_rewrite` enabled you can view the avatar via cleaner URLs.
7878

79-
### Facial Avatar
79+
#### Facial Avatar
8080

8181
```html
8282
<img src='http://domain.com/avatar/{username}' />
@@ -94,7 +94,7 @@ If you have `mod_rewrite` enabled you can view the avatar via cleaner URLs.
9494
<img src='http://domain.com/avatar/{username}/{size}/{view}' />
9595
```
9696

97-
### Skin Preview
97+
#### Skin Preview
9898

9999
```html
100100
<img src='http://domain.com/skin/{username}' />

0 commit comments

Comments
 (0)