Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ital0 committed Apr 12, 2018
1 parent 2987563 commit dad57aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Getting started

`$ npm install react-native-sum-up --save`
`$ npm install rn-sumup --save`

### Mostly automatic installation

`$ react-native link react-native-sum-up`
`$ react-native link rn-sumup`

### Manual installation

Expand Down Expand Up @@ -35,9 +35,7 @@
```
## Usage
```javascript
import RNSumUp from 'react-native-sum-up';
import RNSumUp from 'rn-sumup';

// TODO: What to do with the module?
RNSumUp;
```

0 comments on commit dad57aa

Please sign in to comment.