Skip to content

Commit a6cf1c0

Browse files
authored
Update README.md
1 parent 76fc318 commit a6cf1c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
[![Check Imports](https://github.com/milwad-dev/laravel-validate/actions/workflows/imports.yml/badge.svg?branch=1.x)](https://github.com/milwad-dev/laravel-validate/actions/workflows/imports.yml)
1212

1313
***
14-
Laravel validate is a package for validation faster & easier. <br>
15-
You can validate data easier, Laravel validate have lots of rule class for validation. <br>
16-
This package support localization and you can use it for most of the language. <br>
14+
The `Laravel-Validate` package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic. <br>
15+
You can validate data more easily, Laravel validate has lots of rule classes for validation. <br>
16+
This package supports localization and can be used for most of the language. <br>
1717
(If some language didn't support, you can <a href="https://github.com/milwad-dev/laravel-validate/pulls">PR</a> for new language)
1818

1919
# Requirements
@@ -126,7 +126,7 @@ return [
126126

127127
### ValidIban
128128

129-
Sometimes you need to validate Iban(International Bank Account Number) code. You can use the `ValidIban` rule:
129+
Sometimes you need to validate the Iban(International Bank Account Number) code. You can use the `ValidIban` rule:
130130

131131
```php
132132
use Milwad\LaravelValidate\Rules\ValidIban;
@@ -136,7 +136,7 @@ return [
136136
];
137137
```
138138

139-
Also, You can use the `Country` class and add a list of countries to the `ValidIban` rule. By doing this your IBAN must belong
139+
Also, you can use the `Country` class to add a list of countries to the `ValidIban` rule. By doing this your IBAN must belong
140140
to one of the countries you pass to the validation class:
141141

142142
```php
@@ -180,7 +180,7 @@ Also, you can make <a href="https://github.com/milwad-dev/laravel-validate/pulls
180180

181181
# License
182182

183-
* This package is created and modified by <a href="https://github.com/milwad-dev" target="_blank">Milwad Khosravi</a> for Laravel upper more than 9 and is released under the MIT License.
183+
* This package is created and modified by <a href="https://github.com/milwad-dev" target="_blank">Milwad Khosravi</a> for Laravel upper more than 9 and has been released under the MIT License.
184184

185185
# Contributing
186186

0 commit comments

Comments
 (0)