Browse Source

Update README.md

Evgenii Neumerzhitckii 10 years ago
parent
commit
b1422881f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -108,7 +108,7 @@ keychain.delete("my key")
 keychain.clear()
 keychain.clear()
 ```
 ```
 
 
-Note that you will need to enable Keychain sharing in your apps and set your own unique access group. The access group needs to be the same in all your apps that share Keychain items. [This tutorial](http://evgenii.com/blog/sharing-keychain-in-ios/) shows how to do it.
+Note that you will need to enable Keychain sharing in your apps and use your own unique access group. This access group needs to be the same in all your apps that share Keychain items. [This tutorial](http://evgenii.com/blog/sharing-keychain-in-ios/) shows how to do it.
 
 
 ### Setting key prefix
 ### Setting key prefix