From 8fecceac1dbef6eba35322783bf55d446189f563 Mon Sep 17 00:00:00 2001 From: Solehudin <65361695+solehudin5699@users.noreply.github.com> Date: Sat, 29 Mar 2025 13:20:22 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 962af44..ae7e95a 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ docker run -it --name img-resizer -p 5000:5000 -d solehudin5699/img-resizer > Local --> http://localhost:5000/ - > My website: https://img-resizer.escloud.my.id/ + > My website: https://img-resizer.solehudin.id/ - Resize from image url : - > https://img-resizer.escloud.my.id/image/resize/{IMAGE-URL}{?|&}width={VALUE}&height={VALUE}&quality={VALUE}&format={VALUE} + > https://img-resizer.solehudin.id/image/resize/{IMAGE-URL}{?|&}width={VALUE}&height={VALUE}&quality={VALUE}&format={VALUE} - Notes: @@ -37,10 +37,10 @@ docker run -it --name img-resizer -p 5000:5000 -d solehudin5699/img-resizer IMAGE-URL=https://avatars.githubusercontent.com/u/65361695?v=4 - Use: https://img-resizer.escloud.my.id/image/resize/https://avatars.githubusercontent.com/u/65361695?v=4&width=100. + Use: https://img-resizer.solehudin.id/image/resize/https://avatars.githubusercontent.com/u/65361695?v=4&width=100. If not, use "?" followed query you want, example IMAGE-URL=https://avatars.githubusercontent.com/u/65361695 - Use: https://img-resizer.escloud.my.id/image/resize/https://avatars.githubusercontent.com/u/65361695?width=100 + Use: https://img-resizer.solehudin.id/image/resize/https://avatars.githubusercontent.com/u/65361695?width=100