README.md in console_runner-0.1.12 vs README.md in console_runner-0.1.13

- old
+ new

@@ -19,10 +19,10 @@ ## Usage `console_runner` extends [YARD](http://yardoc.org/) with a new tag: `@runnable`. You need to set this tag in a Class and Method annotation. After that it will be possible to call this method from command-line. Usage instructions are as simple as one, two, three: 1. Add `@runnable` tag 2. Now you can run your tool from terminal by `c_run /path/to/class.rb_file` command -3. PROFIT! (: +3. PROFIT! ### Example 1. Install `console_runner` gem 2. Put some code to `/home/user/project/my_class.rb` ```ruby \ No newline at end of file