From af21cd20f6c14bbd803e83f904573c9af9de225d Mon Sep 17 00:00:00 2001 From: Ryan Willoughby Date: Mon, 24 Jun 2013 12:09:49 -0700 Subject: [PATCH] [readme] reference plugman not pluginstall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2008db7..f8fb387 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ BarcodeScanner Cross-platform BarcodeScanner for Cordova / PhoneGap. -Follows the [Cordova Plugin spec](https://github.com/alunny/cordova-plugin-spec), so that it works with [Pluginstall](https://github.com/alunny/pluginstall). +Follows the [Cordova Plugin spec](https://github.com/apache/cordova-plugman/blob/master/plugin_spec.md), so that it works with [Plugman](https://github.com/apache/cordova-plugman). This plugin leverages Cordova/PhoneGap's [require/define functionality used for plugins](http://simonmacdonald.blogspot.ca/2012/08/so-you-wanna-write-phonegap-200-android.html).