Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FWEugene authored Jul 26, 2018
1 parent 4bd5c81 commit d05ea58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
Step 1: Chose Storage type `UserDefaults`. Use `standard` shared instance or create new instance.

```swift
var DefaultsKeyValueStore = UserDefaults.standard
var DefaultsKeyValueStore = UserDefaults.standard
```

Or encrypted storage in `KeyChain`. Use `standard` shared instance or create new instance.
```swift
var KeychainKeyValueStore = KeychainWrapper.standard
var KeychainKeyValueStore = KeychainWrapper.standard
```

Step 2: Define your keys.
Expand Down

0 comments on commit d05ea58

Please sign in to comment.