Skip to content

Commit

Permalink
Merge pull request #1 from UsulPro/patch-1
Browse files Browse the repository at this point in the history
fix package name typo in readme
  • Loading branch information
gazaret authored Jun 12, 2018
2 parents e4f65f3 + 1f3be1a commit b2976b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __Arguments__

__Examples__
```js
import RNCloudPayment from 'react-native-cloudpayment';
import RNCloudPayment from 'react-native-cloudpayments';

const demoCard = {
number: '5105105105105100',
Expand Down Expand Up @@ -64,7 +64,7 @@ __Arguments__

__Examples__
```js
import RNCloudPayment from 'react-native-cloudpayment';
import RNCloudPayment from 'react-native-cloudpayments';

const demoCard = {
number: '5105105105105100',
Expand All @@ -90,7 +90,7 @@ __Arguments__

__Examples__
```js
import RNCloudPayment from 'react-native-cloudpayment';
import RNCloudPayment from 'react-native-cloudpayments';

const demoCard = {
number: '5105105105105100',
Expand Down

0 comments on commit b2976b8

Please sign in to comment.