Skip to content

Commit 0fb90f5

Browse files
authored
Update README.md
1 parent 16a922f commit 0fb90f5

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
[![Scrutinizer](https://img.shields.io/scrutinizer/g/laravel-validation-rules/timezone.svg)]()
2+
[![Travis](https://img.shields.io/travis/laravel-validation-rules/timezone.svg)]()
3+
[![Packagist](https://img.shields.io/packagist/dt/laravel-validation-rules/timezone.svg)]()
4+
[![Github All Releases](https://img.shields.io/github/downloads/laravel-validation-rules/timezone/total.svg)]()
5+
6+
# Laravel Validator Rules - Timezone
7+
8+
This rule will validate that a given timezone is valid within the systems datetime database.
9+
10+
### License
11+
This project is licensed under an Apache 2.0 license which you can find
12+
[in this LICENSE](https://github.com/laravel-validation-rules/timezone/blob/master/LICENSE).
13+
14+
15+
### Feedback
16+
If you have any feedback, comments or suggestions, please feel free to open an
17+
issue within this repository.
18+
19+
20+
### Security
21+
If you have security feedback, please contact me via email at
22+
<[email protected]> and I'll usually respond as soon as possible.
23+
124
# Laravel Validator Rules - Timezone
225

326
This rule will validate that a given timezone is valid within the systems datetime database.
@@ -14,4 +37,4 @@ issue within this repository.
1437

1538
### Security
1639
If you have security feedback, please contact me via email at
17-
<[email protected]> and I'll usually respond as soon as possible.
40+
<[email protected]> and I'll usually respond as soon as possible.

0 commit comments

Comments
 (0)