From d57d7071cd9726c33749f4e2f1776f57ce537060 Mon Sep 17 00:00:00 2001 From: Eugene Ghanizadeh Date: Sun, 17 Dec 2023 16:16:40 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2ac8b9d..7afbc46 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,6 @@ git clone https://github.com/john/my-project > [!NOTE] > After you read a variable such as `project_name`, in any file you update or copy, `{{ tmplr.project_name }}` will be replaced with the value read. If a variable is not resolved, then `tmplr` will leave it untouched. -> [!IMPORTANT] > Make sure any template variable you use starts with `tmplr.` prefix. tmplr will ignore any variable that doesn't. > > ```yaml