From c431985693e13eaa0e9a2c2a5ab36b8e5a66c2f6 Mon Sep 17 00:00:00 2001 From: kleberhs007 Date: Sat, 10 Mar 2012 16:08:59 -0300 Subject: [PATCH] Modifies some text to make some documentation parts more understable to users. From: Does not try to change how PHP works. To: It doesn't try to change how PHP works. From: Few, small classes. To: It uses few, small classes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f49aa99..c95776c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Thin controller for RESTful applications Highlights: * Thin. Does not try to change how PHP works. - * Lightweight. Few, small classes. + * Lightweight. It uses few, small classes. * Maintainable. You can migrate from the microframework style to the class-controller style. * RESTful. The right way to create web apps.