From 1d08c584e1bc380b3a3825114dfeb582e3f749a5 Mon Sep 17 00:00:00 2001 From: Michael Bessolov Date: Mon, 13 Apr 2015 16:35:09 -0700 Subject: [PATCH] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83d5d0a..2f07298 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ php composer.phar require chh/url-map:~1.0@dev ## Example -Let's say we have a Silex app and want to map an blogging app which +Let's say we have a Silex app and want to map a blogging app which implements HttpKernelInterface at the sub path `/blog`: ```php