From 3c787b92362682fb2fc6888b938cd3fadf6f91f1 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 23 Jul 2024 14:00:45 +0200 Subject: [PATCH] Improved readability in README Indented the list of options for better readability and updated the example URL to use a .svg file instead of a .png. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 002007f..9eb5649 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ Small image proxy based on [intervetion/image](https://image.intervention.io) to Several options can be used -fill => Background color -w => the resulting width of the image -h => the resulting height of the image -cw => the resulting canvas width of the image -ch => the resulting canvas height of the image -url => the url of the original image (required) + fill => Background color + w => the resulting width of the image + h => the resulting height of the image + cw => the resulting canvas width of the image + ch => the resulting canvas height of the image + url => the url of the original image (required) ** example ** Following will resize the gitea logo png to 600 by 600 with extra padding up to 800 by 800 and a light green background -"deploy_url"?fill=f2ffe5&w=600&h=600&cw=800&ch=800&url=https://about.gitea.com/gitea.png \ No newline at end of file +"deploy_url"?fill=f2ffe5&w=600&h=600&cw=800&ch=800&url=https://about.gitea.com/gitea.svg \ No newline at end of file