Skip to content

Commit

Permalink
Fix RST syntax for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry.dygalo authored and Stranger6667 committed Oct 1, 2019
1 parent e4c2236 commit ccee026
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 @@ -133,13 +133,13 @@ The acceptable values are regexps or list of regexps (matched with ``re.search``
CLI
~~~

The ``schemathesis`` command can be used to perform Schemathesis test cases::
The ``schemathesis`` command can be used to perform Schemathesis test cases:

.. code:: bash
schemathesis run https://example.com/api/swagger.json
For the full list of options, run::
For the full list of options, run:

.. code:: bash
Expand Down

0 comments on commit ccee026

Please sign in to comment.