From cc404e031499535b920d226c58f534a71125d119 Mon Sep 17 00:00:00 2001 From: TJ Woon Date: Fri, 27 Feb 2015 18:27:19 +0800 Subject: [PATCH] Changed `drawSight` option to a boolean and fixed inconsistent formatting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3623bdf..7b66c80 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Arguments: text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only camera: "front" || "back" // defaults to "back" flash: "on" || "off" || "auto" // defaults to "auto". See Quirks - drawSight : "true" || "false" //default use true, create a red/green sight to center barcode + drawSight: true || false //defaults to true, create a red sight/line in the center of the scanner view. } ```