Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
David Faure committed Jul 22, 2024
1 parent 6676bd7 commit a544e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a544e14

Please sign in to comment.