Skip to content

Commit

Permalink
RAEDME.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 25, 2018
1 parent ad38ac2 commit a606c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Installation
Example usage
=============

The `hello world`_ example parses the string ``Hello, World!`` and
The `Hello World`_ example parses the string ``Hello, World!`` and
outputs its parse tree ``['Hello', ',', 'World', '!']``.

The script:
Expand Down Expand Up @@ -60,7 +60,7 @@ The script:
print('Tree:', tree)
Executing the script:
Script execution:

.. code-block::
Expand Down Expand Up @@ -101,4 +101,4 @@ Contributing
.. _pretty fast: https://github.com/eerimoq/textparser/blob/master/examples/benchmarks/json/main.py#L15-L25
.. _PyParsing: https://github.com/pyparsing/pyparsing
.. _Lark: https://github.com/lark-parser/lark
.. _hello world: https://github.com/eerimoq/textparser/blob/master/examples/hello_world.py
.. _Hello World: https://github.com/eerimoq/textparser/blob/master/examples/hello_world.py

0 comments on commit a606c00

Please sign in to comment.