Selaa lähdekoodia

Add missing quotes

Mathieu Acthernoene 7 vuotta sitten
vanhempi
commit
369abb0c1c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README.md

+ 1
- 1
README.md Näytä tiedosto

10
 
10
 
11
 ## ⚠️ Breaking changes in version 1.0.0
11
 ## ⚠️ Breaking changes in version 1.0.0
12
 - Now using React Native's own JS `PermissionsAndroid` module on Android, which is great because we no longer have to do any additional linking on Android
12
 - Now using React Native's own JS `PermissionsAndroid` module on Android, which is great because we no longer have to do any additional linking on Android
13
-- Updated API to be closer to React Native's PermissionsAndroid
13
+- Updated API to be closer to React Native's `PermissionsAndroid`
14
 - Removed `openSettings()` support on Android (to stay linking-free). There are several NPM modules available for this
14
 - Removed `openSettings()` support on Android (to stay linking-free). There are several NPM modules available for this
15
 - `restricted` status now supported on Android, although it means something different than iOS
15
 - `restricted` status now supported on Android, although it means something different than iOS
16
 
16