diff --git a/README.md b/README.md index ed24003..c7698b6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The promise resolves with a string containing the uri of the new file. Option | Description ------ | ----------- -path | Path of image file, or a base64 encoded image string prefixed with 'data:image/' where is jpeg or png. +path | Path of image file, or a base64 encoded image string prefixed with 'data:image/imagetype' where `imagetype` is jpeg or png. maxWidth | Image max width (ratio is preserved) maxHeight | Image max height (ratio is preserved) compressFormat | Can be either JPEG, PNG or WEBP (android only).