Skip to content

Commit

Permalink
Fixed minor typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Idorobots committed Sep 27, 2015
1 parent e0e0d28 commit 741ec4a
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 @@ -55,7 +55,7 @@ Quickstart
Install `voc`, then run the example script::

$ pip install voc
$ python -m voc tests/example.py org.pyee
$ python -m voc tests/example.py org.pybee
Creating class 'example'...
Writing example.class...
Done.
Expand All @@ -73,7 +73,7 @@ support file is in your classpath::
$ java -XX:-UseSplitVerifier -classpath python.jar:. example
Hello, World

The ``-CC:-UsesplitVerifier`` argument is necessary to turn off stack map
The ``-CC:-UseSplitVerifier`` argument is necessary to turn off stack map
verification in Java 7. This could be addressed by computing stack maps
for generated code.

Expand Down

0 comments on commit 741ec4a

Please sign in to comment.