From f1e5ca800690ebcb57e62f06b65989f372464d97 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 6 Feb 2015 20:32:41 -0700 Subject: [PATCH] Fix incorrect formatting on category description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53bb29d..424c11f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim. ## Routers -**Libraries for handling application routing.** +*Libraries for handling application routing.* * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. * [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route. * [Pux](https://github.com/c9s/Pux) - Another fast routing library.