Skip to content

Commit

Permalink
Merge pull request #220 from VFUC/patch-1
Browse files Browse the repository at this point in the history
Fix link to Accessibility.swift in README.md
  • Loading branch information
dfed authored Apr 3, 2020
2 parents 130b4c0 + 758ad68 commit e58ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ VALValet *const myValet = [VALValet valetWithIdentifier:@"Druidia" accessibility
To begin storing data securely using Valet, you need to create a Valet instance with:
* An identifier – a non-empty string that is used to identify this Valet. The Swift API uses an `Identifier` wrapper class to enforce the non-empty constraint.
* An accessibility value – an enum ([Accessibility](Sources/Accessibility.swift#L25)) that defines when you will be able to persist and retrieve data.
* An accessibility value – an enum ([Accessibility](Sources/Valet/Accessibility.swift#L25)) that defines when you will be able to persist and retrieve data.
This `myValet` instance can be used to store and retrieve data securely on this device, but only when the device is unlocked.
Expand Down

0 comments on commit e58ecab

Please sign in to comment.