From 84246b6fa7bf1479fcff18b29c91562ed2683d6c Mon Sep 17 00:00:00 2001 From: Christophe Boucaut Date: Wed, 11 Feb 2015 14:23:16 +0100 Subject: [PATCH] Update english doc --- doc/en/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/index.md b/doc/en/index.md index 6f23139..2893a79 100644 --- a/doc/en/index.md +++ b/doc/en/index.md @@ -32,7 +32,7 @@ An `options` object containing the parameters of the camera. - **Type :** `string` - **Default :** `null` -+ **imgBackgroundBase64OtherOrientation :** Alternative overlay image (when the device is on the other orientation that the start camera orientation). Should be in base64 format. If it is `null`, we used `imgBackgroundBase64` and we resized the image. ++ **imgBackgroundBase64OtherOrientation :** Alternate overlay image (if device's orientation has changed since app started). Should be in base64 format. If `null`, use `imgBackgroundBase64` and resize image. - **Type :** `string` - **Default :** `null` @@ -73,7 +73,7 @@ An `options` object containing the parameters of the camera. - **Type :** `integer` - **Default :** `0` -+ **switchFlash :** Activate/deactivate the button to switch modes flash. `true` : Activate option. `false` : Deactivate option. ++ **switchFlash :** Activate/deactivate the flash mode button. `true` : Activate button. `false` : Deactivate button. - **Type :** `boolean` - **Default :** `true`