From b4fa76a74db3acefb354d4e3e5aff700d1d7f0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Fri, 18 Sep 2015 18:41:46 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c3a70..23f2d5f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Simple PHP router -Simple, fast PHP router - easy to load in through composer and heavily inspired by Laravel. +Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router. ## Installation Add the latest version pf Simple PHP Router to your ```composer.json``` @@ -43,6 +43,7 @@ using \Pecee\Router; /* * This route will match the url /v1/services/answers/1/ + * The middleware is just a class that renders before the * Controller or callback is loaded. This is useful for stopping * the request, for instance if a user is not authenticated.