Update README with newly released version url
[command.git] / README.md
index e5b69aaea687df1e429b8ac068b86476eae81678..f6559de5afd7977c2352e315e8064456b755717a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ C++ library for handling command line arguments.
 
 ### debian package
 
-    $ wget https://github.com/quayle/command/releases/download/v0.2.1-deb/command_0.2.1_all.deb
-    $ sudo dpkg -i command_0.2.1_all.deb
+    $ wget https://github.com/quayle/command/releases/download/v0.3-deb/command_0.3_all.deb
+    $ sudo dpkg -i command_0.3_all.deb
 
 ### from sources
 
@@ -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;