From b60273c860259b6e50e57c51b1a6cb3188919d5d Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 30 May 2022 22:15:48 +0100 Subject: [PATCH] Tweak. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7392bf6..14975f9 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Templating *Libraries and tools for templating and lexing.* -* [Latte](https://latte.nette.org/) - The safest & truly intuitive templates for PHP. +* [Latte](https://latte.nette.org/) - The safest and truly intuitive templates for PHP. * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language. * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language. * [PHPTAL](https://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.