Skip to content

Commit 4e14513

Browse files
authored
Tweak wording
1 parent bd79962 commit 4e14513

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
@@ -1,6 +1,6 @@
11
# 🔒 Laravel Password Exposed Validation Rule
22

3-
This package provides a Laravel validation rule that checks if a password has been exposed in a data breach (which it figures out by using [`divineomega/password_exposed`](https://github.com/DivineOmega/password_exposed) that calls the haveibeenpwned.com API).
3+
This package provides a Laravel validation rule that checks if a password has been exposed in a data breach. It uses the haveibeenpwned.com passwords API via the [`divineomega/password_exposed`](https://github.com/DivineOmega/password_exposed) library.
44

55
<p align="center">
66
<img src="assets/images/laravel-password-exposed.png">

0 commit comments

Comments
 (0)