diff --git a/readme.md b/readme.md index 18c75a7a1..5878e03e0 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Latte is cleverly designed and easy to learn for those familiar with PHP, as the - 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️⃣ Write templates in [editor with Latte support](https://latte.nette.org/en/recipes#toc-editors-and-ide) +- 3️⃣ Render a template with a [few lines of PHP code](https://latte.nette.org/en/develop)