Skip to content

Commit

Permalink
fix(doc): update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Nov 28, 2021
1 parent 969a3e0 commit 2efec0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

func main () {
// Generate an encryption key.
localKey, err := pasetov4.GenerateKey(rand.Reader)
localKey, err := pasetov4.GenerateLocalKey(rand.Reader)
if err != nil {
panic(err)
}
Expand Down Expand Up @@ -58,7 +58,7 @@ ok zntr.io/paseto/v4 5.624s

## License

All artifacts and source code is released under [Apache 2.0 Software License](LICENSE).
All artifacts and source code are released under [Apache 2.0 Software License](LICENSE).

## Reference(s)

Expand Down

0 comments on commit 2efec0b

Please sign in to comment.