浏览代码

Update README.md

Evgenii Neumerzhitckii 9 年之前
父节点
当前提交
1eb97bb586
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -138,7 +138,7 @@ keychain.get("my key") // Returns "hello world"
 ```
 
 
-<h3 id="keychain_access_groups">Sharing keychain items with other apps</h3>
+<h3 id="keychain_access_groups">Sharing keychain items with other apps on the same device</h3>
 
 In order to share keychain items between apps they need to have common *Keychain Groups* registered in *Capabilities > Keychain Sharing* settings. [This tutorial](http://evgenii.com/blog/sharing-keychain-in-ios/) shows how to set it up.