Skip to content

Commit d60f639

Browse files
Update OUTPUTMODES.md
Fix bash example
1 parent d073b2d commit d60f639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/OUTPUTMODES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We also support [8-bit](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) an
6464
![colors inline mode](/images/screenshots/colour-example.png)
6565
| Script | Code |
6666
| ------ | ---- |
67-
| bash | `echo -e '\\033[31;42mred text on green background\\033[0m'` |
67+
| bash | `echo -e '\033[31;42mred text on green background\033[0m'` |
6868
| bash tput | `export TERM=linux; echo "$(tput setaf 1)$(tput setab 2)red text on green background$(tput sgr0)";` |
6969
| swift | `print("\\u{001B}[31;42mred text on green background\\u{001B}[0m")` |
7070
| osascript | `do shell script "echo '\\033[31;42mred text on green background\\033[0m'"`|

0 commit comments

Comments
 (0)