Clarified the Android-only and OPTIONAL status of the optional text_title and text_instructions parameters (see 8d0261b6)

This commit is contained in:
Woon Tien Jing 2014-12-06 15:44:44 +08:00
parent 8d0261b650
commit 1d22b1d6f8

View File

@ -23,8 +23,8 @@ Arguments:
```javascript
{
text_title: "Title Text - default = 'Scan QR Code'",
text_instructions: "Instruction Text - default = 'Please point your camera at the QR code.'",
text_title: "OPTIONAL Title Text - default = 'Scan QR Code'", // Android only
text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only
}
```