Skip to content

Commit 2d3f9e9

Browse files
committed
update readme
1 parent e6ac4de commit 2d3f9e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ or do it manually as described [here](docs/link-manually.md).
2424
import wifi from 'react-native-android-wifi';
2525
```
2626

27-
##Permissions
28-
Starting with Android API 25, apps must be granted the ACCESS_COARSE_LOCATION (or ACCESS_FINE_LOCATION) permission in order to obtain results.
27+
Permissions: Starting with Android API 25, apps must be granted the ACCESS_COARSE_LOCATION (or ACCESS_FINE_LOCATION) permission in order to obtain results.
2928
```javascript
3029
try {
3130
const granted = await PermissionsAndroid.request(

0 commit comments

Comments
 (0)