浏览代码

Updated README.md to fix some grammar

Rohan Talip 5 年前
父节点
当前提交
ce6d415419
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -183,7 +183,7 @@ The current supported permissions are:
183 183
 ### iOS Notes
184 184
 
185 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 187
 * Permission type `location` accepts a second parameter for `request()` and
188 188
   `check()`; the second parameter is a string, either `always` or `whenInUse`
189 189
   (default).