From a2857ba5f8ed2a4ef7277fae8dc108239a2f15ee Mon Sep 17 00:00:00 2001 From: Ryan Willoughby Date: Tue, 10 Sep 2013 15:38:49 -0700 Subject: [PATCH] [README] fix typo --- src/android/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/android/README.md b/src/android/README.md index 20b16fb..a8d6f8e 100644 --- a/src/android/README.md +++ b/src/android/README.md @@ -81,6 +81,7 @@ Workflow for creating and building example project with the plugin: 3. Install the plugin (current dir. being "hello"): ``` plugman --plugins_dir plugins --plugin com.phonegap.plugins.barcodescanner --platform android --project platforms\android + plugman install --plugins_dir plugins --plugin com.phonegap.plugins.barcodescanner --platform android --project platforms\android ``` Note. To manually remove plugin you need to re-create plugins\android.json (and remove changes done by the plugin - you can simply remove whole platform as described in first step and re-create).