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

+ 3 - 3
README.md

@@ -1,9 +1,9 @@
-# iOS/Swift library for storing data in Keychain
+# iOS/Swift helper functions for storing data in Keychain
 
-A helper class that provides a simple way of writing to and reading from a Keychain.
+This is a collection of helper functions for writing/reading text from a Keychain.
 
 As you probably noticed Apple's keychain API is a bit verbose.
-This class was designed to provide shorter way of saving text in keychain by providing a key and its value.
+This class was designed to provide shorter syntax for accomplishing a simple task: reading/writing text values for specified keys.
 
 The project also includes a demo app.