From: Rafał Długołęcki <rafal@dlugolecki.net.pl>
Date: Sun, 7 Feb 2016 22:57:21 +0000 (+0100)
Subject: Fix github's markdown display of README file
X-Git-Tag: v0.3~6
X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Fmaster;p=command.git

Fix github's markdown display of README file
---

diff --git a/README b/README
index e5b69aa..973691b 100644
--- 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;
diff --git a/README.md b/README.md
index e5b69aa..973691b 100644
--- a/README.md
+++ b/README.md
@@ -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;