Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Commit fc5d305

Browse files
committed
Update README.md
1 parent 1792fa8 commit fc5d305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ InAppBilling.open()
1818

1919
## Installation with rnpm
2020
1. `npm install --save react-native-billing`
21-
2. `rnpm link react-native-google-billing`
21+
2. `rnpm link react-native-billing`
2222

2323
With this, [rnpm](https://github.com/rnpm/rnpm) will do most of the heavy lifting for linking, **but** you will still need add your Google Play license key to the `strings.xml` (step 5).
2424

@@ -85,7 +85,7 @@ All methods returns a `Promise`.
8585

8686
### open()
8787

88-
**Important:** Must be called to open the service channel to Google Play. Must be called (once!) before any other billing methods can be called.
88+
**Important:** Opens the service channel to Google Play. Must be called (once!) before any other billing methods can be called.
8989

9090
```javascript
9191
InAppBilling.open()

0 commit comments

Comments
 (0)