From b54dfb5bfaf369203787e80fb800f3c906458c57 Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Sat, 16 Feb 2013 14:26:29 -0800 Subject: Tweak the README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 814bcc2..5c20162 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ encounter a bug, please report it in the Launchpad bug tracker at https://launchpad.net/products/pycrypto/+bugs An example usage of the SHA256 module is: + >>> from Crypto.Hash import SHA256 >>> hash = SHA256.new() >>> hash.update('message') @@ -100,4 +101,5 @@ package, please report them to our mailing list, accessible via the PyCrypto website: http://www.pycrypto.org/ + https://www.dlitz.net/software/pycrypto/ -- cgit v1.2.1