Fix pgp-mime -> pgp_mime in README nosetest examples.
authorW. Trevor King <wking@tremily.us>
Fri, 20 Apr 2012 02:04:06 +0000 (22:04 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Apr 2012 02:04:06 +0000 (22:04 -0400)
README

diff --git a/README b/README
index 7b88dd9d575b93ee1ec335b1097bdd30bf302e33..18fed9a6f5cdcee13a9cfa76b3751db395bc566a 100644 (file)
--- a/README
+++ b/README
@@ -104,12 +104,12 @@ Testing
 
 Run the internal unit tests using nose_::
 
-  $ nosetests --with-doctest --doctest-tests pgp-mime
+  $ nosetests --with-doctest --doctest-tests pgp_mime
 
 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 pgp_mime
 
 Licence
 =======