Fix github's markdown display of README file
[command.git] / README
diff --git a/README b/README
index cb2c84fe1fa129c03a1e2e1ec894623a3658bf39..973691ba9f5fc1f85c1be5a6f6acde957add1ba5 100644 (file)
--- a/README
+++ b/README
@@ -91,6 +91,7 @@ separated by given separator. For each value passed function is invoked:
     )
 
 More complex example:
+
     (...)
     void argument_function(bool a) {
         std::cout << "Argument: " << a << std::endl;
@@ -119,7 +120,9 @@ More complex example:
 
 Above code allows us to:
 
-Parameters wrapped in Required class, have validator which checks if argument 
+Parameters wrapped in Required class, have validator which checks if argument is
+passed:
+
     $ ./a.out
     *Input values* is required
 
@@ -136,6 +139,7 @@ Parameters wrapped in Required class, have validator which checks if argument
     Option: f failed value conversion to the required type
 
 For MultiValue Parameters each value is passed to the given function:
+
     $ ./a.out 1-0-1
     Argument: 1
     Argument: 0