Skip to content

Commit

Permalink
feat: updating docs to reflect org changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeagas authored Oct 1, 2020
1 parent 48b513c commit add2f21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Build with ReasonML. This project is still on beta.

## Getting started

`$ npm install react-native-android-inapp-updates --save`
`$ npm install @gurukumparan/react-native-android-inapp-updates --save`

or

`$ yarn add react-native-android-inapp-updates`
`$ yarn add @gurukumparan/react-native-android-inapp-updates`

### For [email protected] or above

Expand All @@ -36,11 +36,11 @@ Read more about autolinking [here](https://github.com/react-native-community/cli

### Mostly automatic installation

`$ react-native link react-native-android-inapp-updates`
`$ react-native link @gurukumparan/react-native-android-inapp-updates`

## Usage
```javascript
import {startUpdateFlow} from 'react-native-android-inapp-updates';
import {startUpdateFlow} from '@gurukumparan/react-native-android-inapp-updates';
const updateModes = 'flexible';

try {
Expand Down

0 comments on commit add2f21

Please sign in to comment.