Skip to content

Commit ca6c961

Browse files
committed
README: Fix markup
1 parent 3283755 commit ca6c961

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ manually, using::
3535
Development of uvloop
3636
---------------------
3737

38-
To build uvloop, you'll need `Cython` and Python 3.5. The best way
39-
is to create a virtual env, so that you'll have `cython` and `python`
40-
commands pointing to the correct tools.
38+
To build uvloop, you'll need ``Cython`` and Python 3.5. The best way
39+
is to create a virtual env, so that you'll have ``cython`` and
40+
``python`` commands pointing to the correct tools.
4141

42-
1. `git clone --recursive [email protected]:MagicStack/uvloop.git`
42+
1. ``git clone --recursive [email protected]:MagicStack/uvloop.git``
4343

44-
2. `cd uvloop`
44+
2. ``cd uvloop``
4545

46-
3. `make`
46+
3. ``make``
4747

48-
4. `make test`
48+
4. ``make test``

0 commit comments

Comments
 (0)