Skip to content

Commit 7ef3c18

Browse files
committed
Minor edits
1 parent 83ee1e3 commit 7ef3c18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To build uvloop, you'll need Python 3.5 or greater:
7979
$ git clone --recursive [email protected]:MagicStack/uvloop.git
8080
$ cd uvloop
8181
82-
2. Create a virtual environment and activate it, for example:
82+
2. Create a virtual environment and activate it:
8383

8484
.. code::
8585
@@ -96,7 +96,8 @@ To build uvloop, you'll need Python 3.5 or greater:
9696

9797
.. code::
9898
99-
$ make && make test
99+
$ make
100+
$ make test
100101
101102
102103
License

0 commit comments

Comments
 (0)