diff --git a/FAQ.md b/FAQ.md index aacaf6d..6e80590 100644 --- a/FAQ.md +++ b/FAQ.md @@ -117,4 +117,4 @@ Use an editor that supports ANSI escape codes. For example: $ printf "\033[91mHello\033[0m world.\n" > motd.txt ``` -Will print "Hello" in red, then "world." in the default color. \ No newline at end of file +Will print "Hello" in red, then "world." in the default color. [More about escape codes here](http://wiki.bash-hackers.org/scripting/terminalcodes). \ No newline at end of file