Skip to content

Commit 5b754bf

Browse files
authored
Add downloads badge
1 parent e668ce6 commit 5b754bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This package provides a Laravel validation rule that checks if a password has be
88

99
<p align="center">
1010
<a href="https://styleci.io/repos/131214375"><img src="https://styleci.io/repos/131214375/shield?branch=master" alt="StyleCI"></a>
11+
<img src="https://img.shields.io/packagist/dt/divineomega/laravel-password-exposed-validation-rule.svg"/>
1112
</p>
1213

1314
## Installation
@@ -30,4 +31,4 @@ use DivineOmega\LaravelPasswordExposedValidationRule\PasswordExposed;
3031
$request->validate([
3132
'password' => ['required', new PasswordExposed],
3233
]);
33-
```
34+
```

0 commit comments

Comments
 (0)