Skip to content

Commit

Permalink
clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsndr committed Oct 7, 2024
1 parent ea136cf commit 0d4eb19
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 @@ -65,7 +65,7 @@ async () => {
}, "secret")

// Verify token
const verifiedToken = await verify(token, "secret") // false
const verifiedToken = await verify(token, "secret")

// Abort if token isn't valid
if (!verifiedToken)
Expand Down

0 comments on commit 0d4eb19

Please sign in to comment.