Browse Source

Updated README.md to fix some grammar

Rohan Talip 5 years ago
parent
commit
ce6d415419
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

183
 ### iOS Notes
183
 ### iOS Notes
184
 
184
 
185
 * Permission type `bluetooth` represents the status of the
185
 * Permission type `bluetooth` represents the status of the
186
-  `CBPeripheralManager`. Don't use this if only need `CBCentralManager`.
186
+  `CBPeripheralManager`. Don't use this if you only need `CBCentralManager`.
187
 * Permission type `location` accepts a second parameter for `request()` and
187
 * Permission type `location` accepts a second parameter for `request()` and
188
   `check()`; the second parameter is a string, either `always` or `whenInUse`
188
   `check()`; the second parameter is a string, either `always` or `whenInUse`
189
   (default).
189
   (default).