docs(README): missing quote

This commit is contained in:
Lewis Wynne 2025-12-17 15:23:24 +00:00
parent 57dbfaa9d1
commit dc8df50925

View file

@ -280,7 +280,7 @@ pda get names NAMES=Bob,Alice
pass `no-template` to output literally without templating. pass `no-template` to output literally without templating.
```bash ```bash
pda set hello "{{ if .MORNING }}Good morning.{{ end }} pda set hello "{{ if .MORNING }}Good morning.{{ end }}"
pda get hello MORNING=1 pda get hello MORNING=1
# Good morning. # Good morning.
pda get hello --no-template pda get hello --no-template