Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from ekreative/docs/readme-typo
Browse files Browse the repository at this point in the history
docs/readme-typo
  • Loading branch information
vasylnahuliak authored Aug 14, 2023
2 parents 3512333 + 947018b commit 64f3fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Also, add this intent-filter to your main activity in `AndroidManifest.xml`
</activity>

```
**NOTE: Card payments does not work on rooted devices and Android Emulators**
**NOTE: Card payments do not work on rooted devices and Android Emulators**

If your project uses Progurad, add the following lines into `proguard-rules.pro` file
```
Expand Down Expand Up @@ -171,7 +171,7 @@ RNBraintree.requestPayPalBillingAgreement({
.catch((error) => console.log(error));
```
### iOS
##### Get if Apple Pay available
##### Check if Apple Pay is available
```javascript
import RNBraintree from '@ekreative/react-native-braintree';

Expand Down

0 comments on commit 64f3fa9

Please sign in to comment.