소스 검색

Update README.md

Evgenii Neumerzhitckii 10 년 전
부모
커밋
8590840624
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -96,9 +96,7 @@ There is no way of sharing a keychain item between the watchOS 2.0 and its paire
 
 
 #### Specifying Keychain access group
 #### Specifying Keychain access group
 
 
-Use `accessGroup` property to specify an access group that will be used to access keychain items that are shared between apps. When access group value is nil all application access groups are being accessed. Access group name is used by all functions: set, get, delete and clear.
-
-In the following example we specify an access group "CS671JRA62.com.myapp.KeychainGroup" that will be used to set, get and delete an item "my key". If there are "my key" items in different access groups they will not be affected unless `accessGroup` property is set to nil.
+Use `accessGroup` property to specify an access group that will be used to access keychain items that are shared between apps. In the following example we specify an access group "CS671JRA62.com.myapp.KeychainGroup" that will be used to set, get and delete an item "my key". If there are "my key" items in different access groups they will not be affected unless `accessGroup` property is set to nil.
 
 
 ```Swift
 ```Swift
 let keychain = KeychainSwift()
 let keychain = KeychainSwift()