code blocks on Readme are marked with sh or batch. but each line begins with $ or > ,which are the prompts.
if someone copy the line and run it, it will fail with a message like zsh: command not found: $( on zsh)
so either the language identifiers or the prompts should be removed.
code blocks on Readme are marked with
shorbatch. but each line begins with$or>,which are the prompts.if someone copy the line and run it, it will fail with a message like
zsh: command not found: $( onzsh)so either the language identifiers or the prompts should be removed.