Fix README to render on PyPI

This commit is contained in:
Yury Selivanov 2016-08-24 12:36:09 -04:00
parent 40c3470f6b
commit 6b494bbe90
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ message sizes. The *sockets* benchmark uses ``loop.sock_recv()`` and
``loop.sock_sendall()`` methods; the *streams* benchmark uses asyncio
high-level streams, created by the ``asyncio.start_server()`` function;
and the *protocol* benchmark uses ``loop.create_server()`` with a simple
echo protocol. Read more about uvloop performance
`here <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
echo protocol. Read more about uvloop
`performance <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
Installation