Browse Source

Merge pull request #20 from danizord/hotfix/respect-validation-name

Fix Respect\Validation name
pull/11/merge
Jamie York 12 years ago
parent
commit
c3ae92ca51
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -410,7 +410,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
410 410
 *Libraries for filtering and validating data.*
411 411
 
412 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 414
 * [Valitron](https://github.com/vlucas/valitron) - Another validation library.
415 415
 * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
416 416
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.

Loading…
Cancel
Save