diff --git a/README.md b/README.md index d0dc262..0132b1a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ hh --show-configuration >> ~/.bashrc INSTALLATION FROM SOURCE CODE ----------------------------- -* Clone git repository +* Clone Git repository: ```bash git clone https://github.com/dvorka/hstr.git ``` @@ -50,7 +50,7 @@ hh --show-configuration >> ~/.bashrc ``` -INSTALLATION DISTRIBUTION +DISTRIBUTION INSTALLATION ------------------------- * download latest distribution from project Releases section: diff --git a/src/hstr_curses.c b/src/hstr_curses.c index e782cc8..df78e3a 100644 --- a/src/hstr_curses.c +++ b/src/hstr_curses.c @@ -4,6 +4,7 @@ Author : martin.dvorak@mindforger.com Copyright : Apache 2.0 Description : Curses utilities + http://pueblo.sourceforge.net/doc/manual/ansi_color_codes.html ============================================================================ */