rss2email: Fix "Python 3.2 or newer" typo
[rss2email.git] / README
diff --git a/README b/README
index de4057c387cbd07fbb0c5dfa0445842c744fd1ad..763b9c75925f2ed49ac5903b374ead2334a920a0 100644 (file)
--- a/README
+++ b/README
@@ -59,12 +59,12 @@ from several equivalent formats.
 
 1. A ``.zip`` file (suggested for Microsoft Windows users)::
 
-    $ wget https://github.com/wking/rss2email/archive/v3.6.zip
+    $ wget https://github.com/wking/rss2email/archive/v3.9.zip
     $ unzip rss2email-*.zip
 
 2. A ``.tar.gz`` file (suggested for everyone else)::
 
-    $ wget https://github.com/wking/rss2email/archive/v3.6.tar.gz
+    $ wget https://github.com/wking/rss2email/archive/v3.9.tar.gz
     $ tar xvf rss2email*.tar.gz
 
 3. A Git_ checkout (suggested for developers)::
@@ -141,7 +141,8 @@ entries converted to plain text::
   html-mail = True
 
 To be notified every time a post changes, instead of just when it's
-first posted::
+first posted (see also ``trust-link``, described in
+``rss2email/config.py``)::
 
   trust-guid = True
 
@@ -173,7 +174,7 @@ your outoing email server's details::
   [DEFAULT]
   ...
   use-smtp = True
-  smtp-server = smtp.yourisp.net:587
+  smtp-server = smtp.example.net:587
   smtp-auth = False
   ...