Merge pull request #31 from tim2000/patch-1

Fix link of ActionSheet documentation
This commit is contained in:
Tim Lancina 2016-03-10 09:32:37 -06:00
commit fa47f472b6

View File

@ -5,7 +5,7 @@ import {Plugin, Cordova} from './plugin';
* @description * @description
* The ActionSheet plugin shows a native list of options the user can choose from. * The ActionSheet plugin shows a native list of options the user can choose from.
* *
* Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/phonegap/phonegap-plugin-barcodescanner). * Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
* *
* @usage * @usage
* *