Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Feb 22, 2021
1 parent 7a97b25 commit 693216c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ When you have a masterkey file, you can attempt an unlock. When successful, it u
let masterkeyFile = ...
let passphrase = ...
let pepper = ... // optional
let expectedVaultVersion = ... // optional
let masterkey = try masterkeyFile.unlock(passphrase: passphrase, pepper: pepper, expectedVaultVersion: expectedVaultVersion)
let masterkey = try masterkeyFile.unlock(passphrase: passphrase, pepper: pepper)
```

#### Lock
Expand Down

0 comments on commit 693216c

Please sign in to comment.