Skip to content

Commit a4c1930

Browse files
authored
Merge pull request #73 from adorableio/readme-update
README updates
2 parents c49183e + a08dcba commit a4c1930

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# adorable-avatars
2-
[![Build Status](https://travis-ci.org/adorableio/avatars-api.svg?branch=master)](https://travis-ci.org/adorableio/avatars-api?branch=master)
2+
[![Build Status](https://travis-ci.org/adorableio/avatars-api-middleware.svg)](https://travis-ci.org/adorableio/avatars-api-middleware)
33

44
## What is it?
55
This repository contains the [express middleware](https://expressjs.com/en/guide/using-middleware.html#middleware.router) that can be used to host your own avatars service!
@@ -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)