Skip to content

Commit

Permalink
Converted H3 to H4 for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebicknell committed Sep 8, 2014
1 parent 415ca14 commit 6bddcbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
<img src='face.php?u={username}&s={size}&v={view}' />
```

### Query Parameters
#### Query Parameters

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

### Query Parameters
#### Query Parameters

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

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

### Facial Avatar
#### Facial Avatar

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

### Skin Preview
#### Skin Preview

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

0 comments on commit 6bddcbe

Please sign in to comment.