Skip to content

Commit

Permalink
Fix formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekovac committed Jun 24, 2018
1 parent 516b971 commit b4c0387
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ export default class MinimalExample extends Component {

- Android:

```bash
$ react-native run-android
```
```bash
$ react-native run-android
```

- iOS

```bash
$ react-native run-ios
```
```bash
$ react-native run-ios
```

## Further notes

Expand All @@ -141,4 +141,4 @@ export default class MinimalExample extends Component {
- Add _multiple_ Eddystone namespaces, i.e. add function `setEddystoneNamespaces`
- Add Eddystone Frames Selection configuration option

- iOS: Eddystone support
- iOS: Eddystone support (Corresponding PR to be merged soon)

0 comments on commit b4c0387

Please sign in to comment.