Explorar o código

Update README.md

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

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ This is a collection of helper functions for writing/reading text from a Keychai
 
 ## What's Keychain?
 
-Keychain is a secure storage on iOS device. You can use these functions to store all kind of sensitive data in it: user passwords, credit card numbers, secret tokens etc. Once stored in Keychain this information is only available to your app, other apps can't see it. Besides that, iOS makes sure this information is kept and processed securely. For example, text stored in Keychain can not be extracted from iPhone backup or from its file system.
+Keychain is a secure storage on iOS device. You can store all kind of sensitive data in it: user passwords, credit card numbers, secret tokens etc. Once stored in Keychain this information is only available to your app, other apps can't see it. Besides that, iOS makes sure this information is kept and processed securely. For example, text stored in Keychain can not be extracted from iPhone backup or from its file system.
 
 ## Installation