From 3f1b8884f036c3abf56b0f245835c44f9dbdb513 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Fri, 19 Aug 2016 11:20:03 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f0977a0..aacaf6d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -115,4 +115,6 @@ Use an editor that supports ANSI escape codes. For example: ```bash $ printf "\033[91mHello\033[0m world.\n" > motd.txt -``` \ No newline at end of file +``` + +Will print "Hello" in red, then "world." in the default color. \ No newline at end of file