From 104e0bbe4bbb27a5f76b1677692459f089b75855 Mon Sep 17 00:00:00 2001 From: Minuddin Ahmed Rana Date: Thu, 1 Oct 2020 23:38:31 +0600 Subject: [PATCH] Fix python literals command example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82bf8eb..0e282d7 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ yasha --lst=foo,bar,baz template.j2 Note that in case you like to pass a string with commas as a variable you have to quote it as ```bash -yasha --str='"foo,bar,baz"' template.j2 +yasha --str="'\"foo,bar,baz\"'" template.j2 ``` Other possible literals are: