From 3aaad3333844180a3bfcc4aba42d91594f6b2240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Dvo=C5=99=C3=A1=C4=8Dek?= <45931076+dvoracek-jakub@users.noreply.github.com> Date: Thu, 16 May 2024 14:38:21 +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 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)