Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklaen committed Aug 12, 2022
1 parent 4275541 commit 40f21ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 40f21ca

Please sign in to comment.