diff --git a/Generatic-List-Generator.md b/Generatic-List-Generator.md
index 72218075..977105ae 100755
--- a/Generatic-List-Generator.md
+++ b/Generatic-List-Generator.md
@@ -39,8 +39,17 @@ $options = array(
echo generate_list($resource_test, $options, '
{CONTENT}');[/code]
-Will generate:
-[code]- something
- test
- and something else
[/code]
+Will generate (without the spaces/linebreaks):
+[code]
+ - something
+
+- test
+- and something else
+
[/code]
[code]<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');