Merge pull request #5 from seanhussey/patch-1

Fix typo
This commit is contained in:
Christoph Oberhofer
2014-12-16 17:56:30 +01:00
+1 -1
View File
@@ -63,7 +63,7 @@ If the decoder is currently running, after calling `stop()` the decoder does not
### Quagga.onDetected(callback)
Registeres a callback function which is triggered whenever a barcode-pattern has been located and decoded
Registers a callback function which is triggered whenever a barcode-pattern has been located and decoded
successfully. The callback function is called with the decoded data as the first parameter.
### Quagga.decodeSingle(config, callback)