summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-16 19:28:51 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-16 19:28:51 -0500
commit0a368f8bed90becaf6b58ef3b7e6771c71a883c9 (patch)
treefcdc1d9a785017975dfb41cd5ff63bba801668d3 /README.rst
parentb8f27b47e239e37db081912e72b54e4f1e59f3f1 (diff)
downloadparamiko-0a368f8bed90becaf6b58ef3b7e6771c71a883c9.tar.gz
syntax fix
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index df829f31..9f68e9da 100644
--- a/README.rst
+++ b/README.rst
@@ -43,8 +43,8 @@ Requirements
------------
- `Python <http://www.python.org/>`_ 2.6, 2.7, or 3.3+
-- Cryptography 0.8 or better <https://cryptography.io>
-- pyasn1 0.1.7 or better <https://pypi.python.org/pypi/pyasn1>
+- `Cryptography <https://cryptography.io>`_ 0.8 or better
+- `pyasn1 <https://pypi.python.org/pypi/pyasn1>`_ 0.1.7 or better
Installation