From 13d607d33a61325057cff767b1c82dad306f8a33 Mon Sep 17 00:00:00 2001 From: lew <82828093+Llywelwyn@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:27:23 +0000 Subject: [PATCH] fix(README): missing ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1205475..8957902 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ pda del-db birthdays --force Values support effectively all of Go's `text/template` syntax. Templates are evaluated on `pda get`. -`text/template` is a Turing-complete templating library that supports most of what you'd expect in a scripting language. Actions are given with ``{{ action }}` syntax and support pipelines and nested templates, along with a lot more. I recommend reading the documentation if you want to do anything more complicated than described here. +`text/template` is a Turing-complete templating library that supports most of what you'd expect in a scripting language. Actions are given with ``{{ action }}`` syntax and support pipelines and nested templates, along with a lot more. I recommend reading the documentation if you want to do anything more complicated than described here. To fit `text/template` nicely into this tool, pda has a sparse set of additional functions built-in. For example, `default` values, `enum`s, `require`d values, `lists`, among others.