From f95e0b05e1e426438fc9cdb6d5c039c7138185b4 Mon Sep 17 00:00:00 2001 From: Guilherme Siani Date: Sat, 24 Oct 2015 22:16:09 -0200 Subject: [PATCH] Added Smarty as an option of template language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 038ca06..974ce25 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](http://en.wikipedia.org/wiki/Template_Attribute_Language) templating language. * [Plates](http://platesphp.com/) - A native PHP templating library. * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser. -* [Smarty] (http://www.smarty.net) - A PHP implementation of the Smarty template language. +* [Smarty](http://www.smarty.net) - A PHP implementation of the Smarty template language. ## Static Site Generators *Tools for pre-processing content to generate web pages.*