Skip to content

Commit

Permalink
update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
connerdouglass committed Aug 11, 2023
1 parent 06045b4 commit 7aff7a1
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 @@ -37,6 +37,6 @@ Make sure to store all the fields provided in the `webauthn.Credential` struct i
```go
wa := webauthn.New(webauthn.Options{
RP: webauthn.RelyingParty{ID: "mycompany.com", Name: "My Company"},
Credentials: &credentials,
Credentials: &myCredentialStore{},
})
```

0 comments on commit 7aff7a1

Please sign in to comment.