From 7ef3c18182eb3978935d031a0ed5f96b148d6b06 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 11 Jan 2019 12:11:18 -0500 Subject: [PATCH] Minor edits --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9472913..879ebb2 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ To build uvloop, you'll need Python 3.5 or greater: $ git clone --recursive git@github.com:MagicStack/uvloop.git $ cd uvloop -2. Create a virtual environment and activate it, for example: +2. Create a virtual environment and activate it: .. code:: @@ -96,7 +96,8 @@ To build uvloop, you'll need Python 3.5 or greater: .. code:: - $ make && make test + $ make + $ make test License