Skip to content

Commit

Permalink
Merge pull request #153 from nicoddemus/patch-1
Browse files Browse the repository at this point in the history
Add syntax highlight to examples in README
  • Loading branch information
JelleZijlstra committed Oct 30, 2018
2 parents 8b4a9b9 + bb17f09 commit 1765fbd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Documentation

See http://aiozmq.readthedocs.org

Simple high-level client-server RPC example::
Simple high-level client-server RPC example:

.. code-block:: python
import asyncio
import aiozmq.rpc
Expand Down Expand Up @@ -55,7 +57,9 @@ Simple high-level client-server RPC example::
asyncio.get_event_loop().run_until_complete(go())
Low-level request-reply example::
Low-level request-reply example:

.. code-block:: python
import asyncio
import aiozmq
Expand Down

0 comments on commit 1765fbd

Please sign in to comment.