From 5194cdf8b909623199d4e50288014fcdefaeaa85 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sat, 12 Apr 2014 07:37:06 +0200 Subject: [PATCH] MD --- README.md | 4 ++-- src/hstr_curses.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 ============================================================================ */