From 6b494bbe9037d2f8c9c488fe7436ae3ec67ee0cb Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 24 Aug 2016 12:36:09 -0400 Subject: [PATCH] Fix README to render on PyPI --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a28b6c6..eee0068 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +echo protocol. Read more about uvloop +`performance `_. Installation