[readme] correct ios supported formats

This commit is contained in:
Ryan Willoughby
2013-07-18 15:15:03 -07:00
parent 3b1ad506b2
commit 1242c55142
+2 -1
View File
@@ -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.