Skip to content

Commit bb4a888

Browse files
authored
Update README.md
1 parent 05bff2d commit bb4a888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
***
1414
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>
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 languages. <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
@@ -52,13 +52,13 @@ If you want to publish a lang file for a custom validation message you can run t
5252
php artisan vendor:publish --tag="validate-lang-{$lang}"
5353
```
5454

55-
You can replace `$lang` with your lang name, for example:
55+
You can replace `$lang` with your language name, for example:
5656

5757
```shell
5858
php artisan vendor:publish --tag="validate-lang-en"
5959
```
6060

61-
If you don't know about langs name you can see [Support Languages](#support-languages) section.
61+
You can see the [Support Languages](#support-languages) section if you don't know the language's name.
6262

6363
# Configurations
6464

0 commit comments

Comments
 (0)