Fixed README

This commit is contained in:
Jakub Roztocil 2016-07-02 18:30:04 +02:00
parent 3a1726b4ed
commit bb4881a873

View File

@ -720,13 +720,13 @@ SOCKS
To enable SOCKS proxy support please install ``requests[socks]`` using ``pip``:
.. code-block::bash
.. code-block:: bash
$ pip install -U requests[socks]
Usage is the same as for other types of `proxies`_:
.. code-block::bash
.. code-block:: bash
$ http --proxy=http:socks5://user:pass@host:port --proxy=https:socks5://user:pass@host:port example.org