README.md in kaiser-ruby-0.3.0 vs README.md in kaiser-ruby-0.4.0

- old
+ new

@@ -6,19 +6,23 @@ ## Installation Install the gem by issuing the following command. - $ gem install kaiser-ruby +``` +$ gem install kaiser-ruby +``` ## Usage The most common usage of this gem is to transpile (or transpile and run immediately) Rockstar code into Ruby code. This gem provides a commandline tool for you to use: - $ kaiser-ruby +``` +$ kaiser-ruby +``` There are a few ways you can use it. First one will just output the result of the transpilation. ``` $ kaiser-ruby transpile ./examples/assignment.rock @@ -26,11 +30,9 @@ puts tommy ``` The `--show-source` flag will output the Rockstar code along with the resulting Ruby code like this: - -This will have a following output: ``` $ kaiser-ruby transpile ./examples/assignment.rock --show-source Tommy is a rebel Shout Tommy