From cfec9f9c112c5abec459c6b8a5757eff721b8a5c Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Mon, 27 Oct 2014 21:37:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cf5f14..a55452a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is not yet another port of the great [zxing][zxing_github] library, but mor In order to take full advantage of quaggaJS, the browser needs to support the `getUserMedia` API which is already implemented by the recent versions of Firefox, Chrome and Opera. The API is also available on their mobile counterparts installed on Android. Safari and IE do not allow the access to the camera yet, neither on desktop, nor on mobile. You can check [caniuse][caniuse_getusermedia] for updates. -In cases where real-time decoding is not needed, or the platform does not support `getUserMedia` QuaggaJS is also capable to decode image-files. +In cases where real-time decoding is not needed, or the platform does not support `getUserMedia` QuaggaJS is also capable of decoding image-files. ## Installation