Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jan 3, 2024
1 parent a811dc6 commit 0bc4f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/heyauthn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const { identity } = await HeyAuthn.fromRegister(options)

// Now you could also save the identity commitment in your DB (pseudocode).
fetch("/api/register" /* Replace this with your endpoint */, {
identity.commmitment
identity.commitment
// ...
})

Expand Down

0 comments on commit 0bc4f0d

Please sign in to comment.