Browse Source

Update README.md

Evgenii Neumerzhitckii 10 years ago
parent
commit
7cfd7f1a05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -124,7 +124,7 @@ keychain.set("hello world", forKey: "hello")
 
 ### Verify successful operation
 
-`set`, `delete` and `clear` method return true when the Keychain operation is successful.
+`set`, `delete` and `clear` methods return true when the Keychain operation is successful.
 
 ```Swift
 if keychain.set("hello world", forKey: "my key") {