From a606e176e435eec8a6ff62314aeaa6ead5101fdd Mon Sep 17 00:00:00 2001 From: Daniel Gimenes Date: Tue, 10 Dec 2013 10:02:59 -0200 Subject: [PATCH] Fix Respect\Validation name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9453688..d4ec9cf 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Libraries for filtering and validating data.* * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library. -* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library. +* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library. * [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation. * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.