Skip to content

Commit

Permalink
Properly format code block in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenvdv committed Oct 16, 2018
1 parent fb43695 commit af214f0
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 @@ -28,7 +28,7 @@ Installation
Usage
-----

Here is an example of what a Flask app using this library would look like::
Here is an example of what a Flask app using this library would look like:

.. code-block:: python
Expand All @@ -54,7 +54,7 @@ Here is an example of what a Flask app using this library would look like::
if __name__ == '__main__':
app.run(debug=True)
You can access the original input event on Flask application context::
You can access the original input event on Flask application context:

.. code-block:: python
Expand Down

0 comments on commit af214f0

Please sign in to comment.