From dca023dc811616991e86958a2cb674886cde6d85 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 4 May 2016 10:21:28 -0400 Subject: [PATCH] README: Add a link to the blog post --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index fb8fb40f..f68dc2b0 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,9 @@ uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood. +Read more about uvloop here: +http://magic.io/blog/uvloop-blazing-fast-python-networking/ + Installation ------------