From e9e43942500b9f3af5819fa15f43ed055584f070 Mon Sep 17 00:00:00 2001 From: TJ Woon Date: Wed, 20 May 2015 10:54:55 +0800 Subject: [PATCH] Fixed incorrect plugin installation command in README... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cafb31a..bee1f7b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ exposing a JavaScript interface for scanning barcodes (QR, 2D, etc). ## Installation - cordova plugins install org.cloudsky.cordovaplugins.zbar + cordova plugins add org.cloudsky.cordovaplugins.zbar ## License