Skip to content

Commit 0898369

Browse files
authored
Missed space is fixed, contributors title is added
1 parent 2a9bc01 commit 0898369

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Laravalid
1+
# Laravalid
22
#### Laravel Validation For Client Side
33

44
This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.
@@ -13,7 +13,7 @@ This package makes validation rules defined in laravel work client-side by conve
1313
- [Plugins and Supported Rules](#plugins-and-supported-rules)
1414
- [Known Issues](#knownissues)
1515
- [To Do](#todo)
16-
- [Changelog](#changelog)
16+
- [Contributors](#contributors)
1717
- [Licence](#licence)
1818

1919

@@ -260,9 +260,13 @@ You can look at existed methods and plugins to understand how it works. Explanat
260260
- Improve doc
261261
- Comment code
262262

263-
### Changelog
264-
**v1.0**
265-
- Initial commit
263+
### Contributors
264+
- @bllim
265+
- @phpspider
266+
- @jannispl
267+
- @rene-springmann
268+
269+
and [more](https://github.com/bllim/laravalid/graphs/contributors)
266270

267271
### License
268272
Licensed under the MIT License

0 commit comments

Comments
 (0)