From 4302a95f6c040a4236247eb4099b187c6b12e692 Mon Sep 17 00:00:00 2001
From: jomo
Date: Sun, 15 Nov 2015 20:06:40 +0100
Subject: [PATCH] clarify `size` is only used for avatars. Related:
crafatar/setup#5
---
lib/views/index.html.ejs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/views/index.html.ejs b/lib/views/index.html.ejs
index e23f8df..b6161bd 100644
--- a/lib/views/index.html.ejs
+++ b/lib/views/index.html.ejs
@@ -190,7 +190,7 @@
Example: <%= domain %>/avatars/853c80ef3c3749fdaa49938b674adae6?size=4&default=MHF_Steve&overlay
- - size: The size of the image in pixels.
<%= config.avatars.min_size %> - <%= config.avatars.max_size %>
+ - size: The size for avatars in pixels.
<%= config.avatars.min_size %> - <%= config.avatars.max_size %>
- scale: The scale factor for renders.
<%= config.renders.min_scale %> - <%= config.renders.max_scale %>
- overlay: Apply the overlay to the avatar. Presence of this parameter implies
true. This option was previously known as helm.
-