From 6feaa95559f384468286ab28070030887bac1c5d Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Sun, 20 Oct 2019 01:05:19 +0200 Subject: [PATCH] docs(README): remove confusing comment (#513) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2455129..cdcb04b 100644 --- a/README.md +++ b/README.md @@ -540,7 +540,7 @@ function setOptions(srcType) { encodingType: Camera.EncodingType.JPEG, mediaType: Camera.MediaType.PICTURE, allowEdit: true, - correctOrientation: true //Corrects Android orientation quirks + correctOrientation: true } return options; }