From a5700c46747081bfeceb8eed0603a68195f72ebd Mon Sep 17 00:00:00 2001 From: ziadoz Date: Mon, 27 Aug 2012 20:29:55 -0700 Subject: [PATCH] --- awesome-php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 5bf6e15..2ffc844 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -9,7 +9,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension PHP framework. -[Yaf](http://php.net/manual/en/book.yaf.php) - Another C extension framework. +* [Yaf](http://php.net/manual/en/book.yaf.php) - Another C extension framework. * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language. * [SwiftMailer](http://swiftmailer.org/) - A mailer solution. * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.