Skip to content

Commit

Permalink
Minor tweak to README formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 16, 2015
1 parent a181ba0 commit a68c6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ What it does:
Quickstart
----------

Install `voc`, then run the sample script.
Install `voc`, then run the sample script::

$ pip install voc
$ python tests/sample.py
Creating class 'sample'...
Writing sample.class...
Done.

This will produce a `sample.class` that you can run on any Java 1.7+ VM.
This will produce a `sample.class` that you can run on any Java 1.7+ VM::

$ java sample
Hello, World
Expand Down

0 comments on commit a68c6db

Please sign in to comment.