summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-05-30 11:24:15 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-05-30 11:24:15 +0900
commit55cf61f042b355b83ed2dd5cabeade7b0e5b0205 (patch)
treebe4fac503ea8cb6b88f0039a5c3f291d72c26358
parentdcce12afe6140dea28d847f04baaf05ecefaa8ec (diff)
downloadpygerrit-55cf61f042b355b83ed2dd5cabeade7b0e5b0205.tar.gz
Fix paramiko link in the README file
Change-Id: Ib7875046cdfd900f710209eab33e67db4c0a6799
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7d070cb..0bbc8ff 100644
--- a/README.rst
+++ b/README.rst
@@ -16,7 +16,7 @@ Prerequisites
Pygerrit has been tested on Ubuntu 10.4 and Mac OSX 10.8.4, with Python 2.6.x
and 2.7.x. Support for other platforms and Python versions is not guaranteed.
-Pygerrit depends on the `paramiko_` and `requests`_ libraries.
+Pygerrit depends on the `paramiko`_ and `requests`_ libraries.
Installation