README.markdown in runnable-0.3.0 vs README.markdown in runnable-0.3.1

- old
+ new

@@ -9,9 +9,10 @@ include Runnable end That gives you the basics to control the execution of ```ls``` command. You can overwrite the name of the command by using the ```executes``` macro: + class MyLs include Runnable executes :ls end