Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 5, 2016
1 parent 425048e commit fd9602c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Supported HTTP clients

- ✔ `urllib3`_ / `requests`_
- ✔ `aiohttp`_
- ✔ `urllib`_ / `http.client`_ (experimental)
- ✔ `urllib`_ / `http.client`_
- ✘ `pycurl`_ (see `#16`_)

Note: only recent HTTP client versions has been tested.
Expand All @@ -48,11 +48,11 @@ Multiple versions can be supported, but the latest one will have always priority
Installation
------------

Using ``pip`` package manager:
Using ``pip`` package manager (requires pip 1.8+):

.. code:: bash
pip install pook
pip install --upgrade pook
Or install the latest sources from Github:

Expand Down

0 comments on commit fd9602c

Please sign in to comment.