diff --git a/views/index.jade b/views/index.jade
index 43cd16b..06daa2b 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -35,11 +35,11 @@ block content
a(href="#avatars")
h3 Avatars
| Replace
- mark.green id
+ mark.green userid
| with a Mojang UUID or username to get the related head. All images are PNGs.
.code
| #{domain}/avatars/
- mark.green id
+ mark.green userid
section
a(id="avatar-parameters" class="anchor")
@@ -65,7 +65,7 @@ block content
| The standard value is calculated based on the UUID (even = alex, odd = steve).
| Usernames always default to steve.
td
- | The image to be served when the id has no skin (404).
+ | The image to be served when the userid has no skin (404).
| Valid options are
a(href="/avatars/0?default=steve") steve
| ,
@@ -114,16 +114,16 @@ block content
| Crafatar also provides support for 3D renders of Minecraft skins.
| Please note that this feature is currently beta!
| Replace
- mark.green id
+ mark.green userid
| with a Mojang UUID or username to get a render of the skin.
| The head render type returns a render of the skin's head.
span.code
| #{domain}/renders/head/
- mark.green id
+ mark.green userid
| The body render returns a render of the entire skin.
span.code
| #{domain}/renders/body/
- mark.green id
+ mark.green userid
section
a(id="render-parameters" class="anchor")
@@ -171,13 +171,13 @@ block content
p
| You can also get the full skin file of a player.
| Replace
- mark.green id
+ mark.green userid
| with a Mojang UUID or username to get the related skin.
| The user's skin is returned, or the default image is served.
| You can use the default parameter here as well.
span.code
| #{domain}/skins/
- mark.green id
+ mark.green userid
section
a(id="skin-parameters" class="anchor")
@@ -198,7 +198,7 @@ block content
| The standard value is calculated based on the UUID (even = alex, odd = steve).
| Usernames always default to steve.
td
- | The image to be served when the id has no skin (404).
+ | The image to be served when the userid has no skin (404).
| Valid options are
a(href="/skins/0?default=steve") steve
| ,
@@ -227,12 +227,12 @@ block content
p
| A cape endpoint is also available to get the active cape of a user.
| Replace
- mark.green id
+ mark.green userid
| with a Mojang UUID or username to get the related cape.
| The user's cape is returned, otherwise a 404 is thrown.
.code
| #{domain}/skins/
- mark.green id
+ mark.green userid
section
a(id="cape-examples", class="anchor")