From dc8df50925d3e4612d47fa5e5cf5c602fd6d3514 Mon Sep 17 00:00:00 2001 From: lew Date: Wed, 17 Dec 2025 15:23:24 +0000 Subject: [PATCH] docs(README): missing quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ca7d12..a6019e0 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ pda get names NAMES=Bob,Alice pass `no-template` to output literally without templating. ```bash -pda set hello "{{ if .MORNING }}Good morning.{{ end }} +pda set hello "{{ if .MORNING }}Good morning.{{ end }}" pda get hello MORNING=1 # Good morning. pda get hello --no-template