diff --git a/README.md b/README.md index 32a64e6..40eb24f 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ window.imagePicker.getPictures( }, { maximumImagesCount: 10, fullSizeImage: 0, - width: 800, - height: 800 + width: 800 } ); ```