Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg292 authored and ericchiang committed Jul 18, 2022
1 parent 7e03e7f commit 7bee15c
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 @@ -121,7 +121,7 @@ if err := yk.SetMetadata(newKey, m); err != nil {
fmt.Println("Credentials set. Your PIN is: %s", newPIN)
```

The user can user the PIN later to fetch the management key:
The user can use the PIN later to fetch the management key:

```go
m, err := yk.Metadata(pin)
Expand Down

0 comments on commit 7bee15c

Please sign in to comment.