Skip to content

Commit

Permalink
fix minor typo on README.md (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoanchikato authored Feb 2, 2021
1 parent b0df93b commit f119eaf
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 @@ -79,7 +79,7 @@ err = verifier.Verify(token.Payload(), token.Signature())
checkErr(err)

// also you can parse and verify together
newToken, err = jwt.ParseAndVerifyString(tokenStr, verifier)
newToken, err := jwt.ParseAndVerifyString(tokenStr, verifier)
checkErr(err)

// get standard claims
Expand Down

0 comments on commit f119eaf

Please sign in to comment.