From 10253065f6fdb1b9cb9b06e3245822c0cd21169d Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 16 May 2024 14:48:38 +0200 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 5878e03e0..85e04b7eb 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@  

-✅ The only truly secure templating system for PHP
+✅ The only [truly secure](https://latte.nette.org/en/safety-first) templating system for PHP
✅ You already know the syntax
✅ Highly mature, fast, and widely used library

@@ -14,13 +14,12 @@ Latte is the safest templating system for PHP. You'll love its intuitive syntax. Latte is cleverly designed and easy to learn for those familiar with PHP, as they can quickly adopt its basic tags. - 

-- 1️⃣ First, familiarize yourself with [Latte syntax](https://latte.nette.org/en/syntax) and [TRY IT ONLINE](https://fiddle.nette.org/latte/#9cc0cf6d89) -- 2️⃣ Take a look at the basic set of [tags](https://latte.nette.org/en/tags) and [filters](https://latte.nette.org/en/filters) -- 3️⃣ Render a template with a [few lines of PHP code](https://latte.nette.org/en/develop) +1️⃣ First, familiarize yourself with [Latte syntax](https://latte.nette.org/en/syntax) and [TRY IT ONLINE](https://fiddle.nette.org/latte/#9cc0cf6d89)
+2️⃣ Take a look at the basic set of [tags](https://latte.nette.org/en/tags) and [filters](https://latte.nette.org/en/filters)
+3️⃣ Render a template with a [few lines of PHP code](https://latte.nette.org/en/develop)