From 4762049ac3dc2d5eadf3d5137de857ed4ef3f058 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 16 May 2024 15:00:55 +0200 Subject: [PATCH] readme: Added a note on how to use the package --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b10e30792..385d2030b 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Getting started 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)