Skip to content

Commit a08dcba

Browse files
committed
Simplify the custom endpoint documentation
Size is an optional parameter, and its use should be obvious.
1 parent 5e8604a commit a08dcba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ Assuming your server lives at `myserver.com`, and you've configured the middlewa
3737
* returns an avatar for the provided `id` at the specified `size`
3838
* size cannot exceed 400px
3939
* `myserver.com/myAvatars/face/:eyes/:nose/:mouth/:color/:size?`
40-
* Allows you to generate a custom avatar from the specified parts and color
41-
* e.g. `myserver.com/myAvatars/face/eyes1/nose2/mouth4/DEADBF`
42-
* You can also set the size of your custom avatar
40+
* Allows you to generate a custom avatar from the specified parts and color, and size
4341
* e.g. `myserver.com/myAvatars/face/eyes1/nose2/mouth4/DEADBF/300`
4442
* `myserver.com/myAvatars/list`
4543
* returns JSON of all valid parts for the custom endpoint above

0 commit comments

Comments
 (0)