Browse Source

Merge pull request #494 from henriquemoody/patch-1

Fix typo on Respect Validation library
pull/476/merge
Jamie York 10 years ago
parent
commit
1f6bcf3bcd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

583
 *Libraries for filtering and validating data.*
583
 *Libraries for filtering and validating data.*
584
 
584
 
585
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
585
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
586
-* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
586
+* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
587
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
587
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
588
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
588
 * [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
589
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
589
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.

Loading…
Cancel
Save