summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-08-03 12:00:25 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-08-03 12:00:25 +0200
commit62a970e4f08f57fb3d29fe1b29b6e5af5a4398f1 (patch)
tree16154cd4196a1e7ff1669817613846cebee84b57
parentc1c455d2b7291f491c5a9daf4399c9a81eedb90f (diff)
downloadrsa-git-62a970e4f08f57fb3d29fe1b29b6e5af5a4398f1.tar.gz
Tweak to readme
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3313e06..9f34863 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,10 @@ Pure Python RSA implementation
encryption and decryption, signing and verifying signatures, and key
generation according to PKCS#1 version 1.5. It can be used as a Python
library as well as on the commandline. The code was mostly written by
-Sybren A. Stüvel. The Python-RSA homepage is at http://stuvel.eu/rsa
+Sybren A. Stüvel.
+
+Documentation can be found at the Python-RSA homepage:
+http://stuvel.eu/rsa
Download and install using::