From a544e146c55bf121577b25036ed31617fd631897 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 22 Jul 2024 21:02:24 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da3acfb..2e1381b 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ export class AppComponent { ### Same method but without the upload step ```ts -this.imageCompress.uploadAndGetImageWithMaxSize({image: 'base64ValueFromYourUpload'},MAX_MEGABYTE).then +this.imageCompress.getImageWithMaxSizeAndMetas({image: 'base64ValueFromYourUpload'},MAX_MEGABYTE).then ``` ### Multiple files support