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