From 40f21ca15415c40198daabb86657f41cea657abb Mon Sep 17 00:00:00 2001 From: tomasklaen Date: Fri, 12 Aug 2022 13:11:51 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a29a9c..af9cd46 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can use new lines and indentation to visually separate parameters, they'll b ``` binary-name "${path}" --param ${uid(5)} - --param2 ${time(starttime).format(YYYY)} + --param2 ${Time(starttime).format(YYYY)} ``` New line terminal escapes `\` and `^` are also supported, so you can just paste in already existing commands.