From 921f050a3122387c59b2cd87912adefe8cb8c002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Tue, 27 Oct 2015 17:48:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0287d1..4a5fcfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Simple PHP router -Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router. +Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the Laravel router. ## Installation Add the latest version pf Simple PHP Router to your ```composer.json``` @@ -33,7 +33,7 @@ Add the latest version pf Simple PHP Router to your ```composer.json``` - Global Constraints - Sub-Domain Routing -- Required parameters +- Optional parameters ## Initialising the router