Browse Source

Merge branch 'master' of github.com:exchangegroup/keychain-swift

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

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-# Helper functions for storing text in Keychain for iOS, OS X and WatchOS
+# Helper functions for storing text in Keychain for iOS, OS X, tvOS and WatchOS
 
 [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)][carthage]
 [![CocoaPods Version](https://img.shields.io/cocoapods/v/KeychainSwift.svg?style=flat)][cocoadocs]
@@ -141,7 +141,7 @@ Here are some other Keychain libraries for iOS.
 ## Credits
 
 * The code is based on this example: [https://gist.github.com/s-aska/e7ad24175fb7b04f78e7](https://gist.github.com/s-aska/e7ad24175fb7b04f78e7)
-* Huge thanks to [pepibumur](https://github.com/pepibumur) for adding OS X and watchOS support.
+* Huge thanks to [pepibumur](https://github.com/pepibumur) for adding OS X, watchOS and tvOS support.
 
 ## License