From 1d22b1d6f8639654ef0f8c01086f8b97763c34e2 Mon Sep 17 00:00:00 2001 From: Woon Tien Jing Date: Sat, 6 Dec 2014 15:44:44 +0800 Subject: [PATCH] Clarified the Android-only and OPTIONAL status of the optional text_title and text_instructions parameters (see 8d0261b6) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d2e249..da6d7bc 100644 --- a/README.md +++ b/README.md @@ -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 } ```