From 1242c551424e31270035929c024b4d7de55ae9ef Mon Sep 17 00:00:00 2001 From: Ryan Willoughby Date: Thu, 18 Jul 2013 15:15:03 -0700 Subject: [PATCH] [readme] correct ios supported formats --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1617e6..27e8960 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ The following barcode types are currently supported: * EAN_8 * EAN_13 * CODE_128 -* CODE_3 +* CODE_39 +* ITF `success` and `fail` are callback functions. Success is passed an object with data, type and cancelled properties. Data is the text representation of the barcode data, type is the type of barcode detected and cancelled is whether or not the user cancelled the scan.