Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukereichold authored Aug 21, 2020
1 parent 2547634 commit 93dbb9f
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 @@ -46,7 +46,7 @@ guard let keyFileData = try? Data(contentsOf: keyFileUrl) else { return }
let wallet = Wallet(jwkFileData: keyFileData)
```

#### Get the wallet address for a private key
#### Get a wallet's public address

```swift
wallet.address
Expand Down

0 comments on commit 93dbb9f

Please sign in to comment.