Explorar o código

Change in readme

Evgenii Neumerzhitckii %!s(int64=10) %!d(string=hai) anos
pai
achega
95a4a30015
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ KeychainSwift.getData("my key")
 
 ### Keychain item access
 
-Use `withAccess` attribute to specify when your app needs access to the text in the keychain item.
+Use `withAccess` attribute to specify when your app needs access to the keychain item.
 By default the `.AccessibleWhenUnlocked` option is used. It is recommended to use most restrictive option that is suitable for you app in order provide the best data protection.
 
 ```