summaryrefslogtreecommitdiff
path: root/README.rst
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
commit379441b4f9262559737aba9aca92cdafa199ed08 (patch)
tree16154cd4196a1e7ff1669817613846cebee84b57 /README.rst
parent793e34e18698ddec84efa1ac67bc452227684eac (diff)
downloadrsa-379441b4f9262559737aba9aca92cdafa199ed08.tar.gz
Tweak to readme
Diffstat (limited to 'README.rst')
-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::