Browse Source

Update README.md

Evgenii Neumerzhitckii 9 years ago
parent
commit
ecd2d5661d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -18,10 +18,10 @@ keychain.get("my key")
  
  The Keychain library includes the following features: 
  
- * <a href="#usage">Get, set and delete string, boolean and NSData Keychain items</a>.
- * <a href="#keychain_item_access">Specify item access security level</a>.
- * <a href="#keychain_synchronization">Synchronize items through iCloud</a>.
- * <a href="#keychain_access_groups">Share Keychain items with other apps</a>.
+ * <a href="#usage">Get, set and delete string, boolean and NSData Keychain items</a>
+ * <a href="#keychain_item_access">Specify item access security level</a>
+ * <a href="#keychain_synchronization">Synchronize items through iCloud</a>
+ * <a href="#keychain_access_groups">Share Keychain items with other apps</a>
 
 ## What's Keychain?