Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iafine committed Jan 22, 2017
1 parent f88461c commit b0c4f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ HYKeychainHelper.deletePassword(service: "your_service_name", account: "your_acc

/// all accounts
HYKeychainHelper.allAccounts(forService: "your_service_name")
```

>对于更多的用法,请查看`HYKeychainHelper`获取更多细节。
```

## Swift版本要求

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ HYKeychainHelper.deletePassword(service: "your_service_name", account: "your_acc

/// all accounts
HYKeychainHelper.allAccounts(forService: "your_service_name")
```

>For more usage scenarios, please refer to `HYKeychainHelper` for details.
```

## Swift Version

`HYKeychainHelper` is developed with Swift 3, so your Swift version must be Swift 3.
Expand Down

0 comments on commit b0c4f7f

Please sign in to comment.