From 1a4690ad74f4da3d249ad5adcd3278ee8ae1eb57 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sun, 5 Jan 2014 16:01:17 -0700 Subject: [PATCH] Simplify descriptions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4c6313..0119ddb 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Micro frameworks and routers.* * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. -* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex. -* [Silex Kitchen Sink Edition](https://github.com/lyrixx/Silex-Kitchen-Edition) - A skeleton for Silex, with Twitter bootstrap, assetic, and few samples. +* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A project skeleton for Silex. +* [Silex Kitchen Sink Edition](https://github.com/lyrixx/Silex-Kitchen-Edition) - Another project skeleton for Silex. * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex. * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony. * [Slim](http://www.slimframework.com/) - Another simple micro framework.