Skip to content

Commit bee505b

Browse files
committed
readme: a few edits
1 parent 26b3b04 commit bee505b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The project documentation can be found
1616
Performance
1717
-----------
1818

19-
uvloop makes asyncio 2-4x times faster.
19+
uvloop makes asyncio 2-4x faster.
2020

2121
.. image:: performance.png
2222
:target: http://magic.io/blog/uvloop-blazing-fast-python-networking/
@@ -51,7 +51,7 @@ loop policy:
5151
import uvloop
5252
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
5353
54-
Or, alternatively, you can create an instance of the loop
54+
Alternatively, you can create an instance of the loop
5555
manually, using:
5656

5757
.. code:: python
@@ -74,3 +74,9 @@ is to create a virtual env, so that you'll have ``cython`` and
7474
3. ``make``
7575

7676
4. ``make test``
77+
78+
79+
License
80+
-------
81+
82+
MIT.

0 commit comments

Comments
 (0)