Skip to content

Commit

Permalink
README.md: add backticks around generate_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 16, 2023
1 parent eccda35 commit 1beeae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ recommended parameters 8), but it can also optionally support PBKDF2 and scrypt
by enabling crate features.

When multiple algorithms are enabled, it will still default to Argon2 for
generate_hash, but will be able to verify password hashes from PBKDF2 and
`generate_hash`, but will be able to verify password hashes from PBKDF2 and
scrypt as well, if you have them in your password database.

## Minimum Supported Rust Version
Expand Down

0 comments on commit 1beeae8

Please sign in to comment.