diff --git a/README.md b/README.md index eafbd55..60d43d9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ docker run -it --name img-resizer -p 5000:5000 -d solehudin5699/img-resizer - Resize from image url : - > https://img-resizer.escloud.my.id/{IMAGE-URL}{?|&}width={VALUE}&height={VALUE}&quality={VALUE}&format={format that you want}" + > https://img-resizer.escloud.my.id/image/resize/{IMAGE-URL}{?|&}width={VALUE}&height={VALUE}&quality={VALUE}&format={format that you want}" - 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/https://avatars.githubusercontent.com/u/65361695?v=4&width=100. + Use: https://img-resizer.escloud.my.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/https://avatars.githubusercontent.com/u/65361695?width=100 + Use: https://img-resizer.escloud.my.id/image/resize/https://avatars.githubusercontent.com/u/65361695?width=100