Skip to content

Commit 513708b

Browse files
Update README.md
1 parent 8c2cb5b commit 513708b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
## Install
1515

1616
Install dependency package
17-
```bash
18-
yarn add react-native-get-location
19-
```
20-
Or
21-
```bash
22-
npm i -S react-native-get-location
23-
```
17+
```bash
18+
yarn add react-native-get-location
19+
```
20+
Or
21+
```bash
22+
npm i -S react-native-get-location
23+
```
2424

2525
> If you are using `React Native 0.60.+` [the link should happen automatically](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md).
2626
2727
## Link with `react-native link`
2828

2929
Link the native project
30-
```bash
31-
react-native link react-native-get-location
32-
```
30+
```bash
31+
react-native link react-native-get-location
32+
```
3333

3434
## Android post install
3535

0 commit comments

Comments
 (0)