Skip to content

Commit

Permalink
Clarified the Android-only and OPTIONAL status of the optional text_t…
Browse files Browse the repository at this point in the history
…itle and text_instructions parameters (see 8d0261b)
  • Loading branch information
tjwoon committed Dec 6, 2014
1 parent 8d0261b commit 1d22b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit 1d22b1d

Please sign in to comment.