We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
code blocks on Readme are marked with sh or batch. but each line begins with $ or > ,which are the prompts.
sh
batch
$
>
if someone copy the line and run it, it will fail with a message like zsh: command not found: $( on zsh)
zsh: command not found: $
zsh
so either the language identifiers or the prompts should be removed.