diff options
| author | Olivier Gayot <duskcoder@gmail.com> | 2014-12-23 18:54:30 +0100 | 
|---|---|---|
| committer | Olivier Gayot <duskcoder@gmail.com> | 2014-12-23 18:54:40 +0100 | 
| commit | d6b5b3f421f440f57a270162c07dce067e856dd8 (patch) | |
| tree | e330f91331ff0afb453f50e2d26613420cec08c3 | |
| parent | d27adea3d658ce086e6f08c2a518dacdc966289f (diff) | |
README: fix incorrect use of mardown list
We need a blank line before a list of items (beginning with '*') so that
markdown actually interprets that as a list.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
| -rw-r--r-- | README.md | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ description  -----------  Setup and install my default configuration for tools including: +  * vim  * zsh  * vimperator  | 
