Fix pgp-mime -> pyassuan in README (copy errors :p).
authorW. Trevor King <wking@tremily.us>
Fri, 20 Apr 2012 05:09:51 +0000 (01:09 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Apr 2012 05:09:51 +0000 (01:09 -0400)
README

diff --git a/README b/README
index 502e38dce137bcc1120a18db90300c35fb5a0722..7c8102f2c2f7c10156cbbc8e6d8dc30e3854a509 100644 (file)
--- a/README
+++ b/README
@@ -34,9 +34,9 @@ the Python 3 standard library.
 Installing by hand
 ------------------
 
-``pgp-mime`` is available as a Git_ repository::
+``pyassuan`` is available as a Git_ repository::
 
-  $ git clone git://tremily.us/pgp-mime.git
+  $ git clone git://tremily.us/pyassuan.git
 
 See the homepage_ for details.  To install the checkout, run the
 standard::
@@ -53,12 +53,12 @@ Testing
 
 Run the internal unit tests using nose_::
 
-  $ nosetests --with-doctest --doctest-tests pgp-mime
+  $ nosetests --with-doctest --doctest-tests pyassuan
 
 If a Python-3-version of ``nosetests`` is not the default on your
 system, you may need to try something like::
 
-  $ nosetests-3.2 --with-doctest --doctest-tests pgp-mime
+  $ nosetests-3.2 --with-doctest --doctest-tests pyassuan
 
 To test running servers by hand, you can use `gpg-connect-agent`_.
 Despite the name, this program can connect to any Assuan server::