Skip to content

Commit 3e7f683

Browse files
authored
Update README.md
1 parent ed61eee commit 3e7f683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AUTH_PASSWORD_VALIDATORS = [
5454

5555
You can set the API request timeout with the `request_timeout` parameter (in seconds).
5656

57-
You can set the `count_threshold` to reject a password if it appears more than
57+
You can set the `count_threshold` to reject a password if it appears at least
5858
a certain number of times in the Pwned Passwords data set.
5959
By default, this threshold is set to `1`.
6060
For instance, setting `count_threshold=2` means the password will be rejected

0 commit comments

Comments
 (0)