Browse Source

Fix Respect\Validation name

pull/20/head
Daniel Gimenes 12 years ago
parent
commit
a606e176e4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

410
 *Libraries for filtering and validating data.*
410
 *Libraries for filtering and validating data.*
411
 
411
 
412
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
412
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
413
-* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
413
+* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
414
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
414
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
415
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
415
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
416
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
416
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.

Loading…
Cancel
Save