Browse Source

Update README.md

kishikawa katsumi 10 years ago
parent
commit
37a26cbe8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -420,10 +420,10 @@ Keychain.requestSharedWebCredential { (credentials, error) -> () in
 
 #### Generate strong random password
 
-Generate strong random password that is in the same format used by Safari autofill.
+Generate strong random password that is in the same format used by Safari autofill (xxx-xxx-xxx-xxx).
 
 ```swift
-let password = Keychain.generatePassword()
+let password = Keychain.generatePassword() // => Nhu-GKm-s3n-pMx
 ```
 
 #### How to set up Shared Web Credentials