From 739db190b6c5d49064d98193259303468f059d3e Mon Sep 17 00:00:00 2001 From: DrPheltRight Date: Tue, 18 Feb 2014 10:34:30 +0000 Subject: [PATCH] Add more detail to what Lily can do in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 867e00a..00e4dbe 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ A lightweight web application library for PHP 5.3+. Lily provides your application with a common sense interface to HTTP. She also -provides routing if you need it. This project is inspired by the design of -[ring][1], especially in regards to the use of higher order functions and -middleware. +provides routing, exception handling, dependency injection and more if you need +them. This project is inspired by the design of [ring][1], especially in regards +to the use of higher order functions and middleware. Lil' Lily has very little to her weighing in at 904LOC. She aims to be readable in one sitting.