From fe08d09881d1ef5bc082f2175bf6fd5faebd954a Mon Sep 17 00:00:00 2001 From: Josep Martins Date: Fri, 14 Jun 2024 08:28:18 +0200 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 9597e99..ba8d442 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,3 @@ import Avatar from 'boring-avatars'; | name | string | | variant | oneOf: `marble` (default), `beam`, `pixel`,`sunset`, `ring`, `bauhaus` | | colors | array of colors | - -## Service - -You can embed your boring avatars using the boring avatars source. - -To choose a random avatar from a specific user and a color palette, the format follows: - -``` -https://source.boringavatars.com/marble/120/Maria%20Mitchell?colors=264653,2a9d8f,e9c46a,f4a261,e76f51 -``` - -![Avatar for Maria Mitchell](https://source.boringavatars.com/marble/120/Maria%20Mitchell?colors=264653,2a9d8f,e9c46a,f4a261,e76f51) - -For more information, [check out the README](https://github.com/hihayk/boring-avatars-service/blob/main/README.md)