Browse Source

Update README.md

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

+ 2 - 2
README.md

@@ -73,7 +73,7 @@ KeychainSwift.set("Hello world", forKey: "key 1", withAccess: .AccessibleWhenUnl
 
 You can use `.AccessibleAfterFirstUnlock` if you need your app to access the keychain item while in the background.  It may be needed for the Apple Watch apps. Note that it is less secure than the `.AccessibleWhenUnlocked` option.
 
-See the list of all available [access options](https://github.com/exchangegroup/keychain-swift/blob/master/keychain/KeychainSwiftAccessOptions.swift).
+See the list of all available [access options](https://github.com/exchangegroup/keychain-swift/blob/master/KeychainSwift/KeychainSwiftAccessOptions.swift).
 
 ## Demo app
 
@@ -85,4 +85,4 @@ The code is based on this example: [https://gist.github.com/s-aska/e7ad24175fb7b
 
 ## License
 
-Dodo is released under the [MIT License](LICENSE).
+Dodo is released under the [MIT License](LICENSE).