docs(paypal): fix package name in example (#1313)

The import ref for paypal is incorrect. I've added the correct name.
This commit is contained in:
gujiman 2017-04-02 03:38:42 +01:00 committed by Ibby Hadeed
parent 24c8d5d627
commit 57eabc002a

View File

@ -7,7 +7,7 @@ import { Plugin, Cordova } from '@ionic-native/core';
* *
* @usage * @usage
* ``` * ```
* import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/pay-pal'; * import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/paypal';
* *
* constructor(private payPal: PayPal) { } * constructor(private payPal: PayPal) { }
* *