README: Three-space indents for nested enumerated lists
authorW. Trevor King <wking@tremily.us>
Fri, 11 Oct 2013 15:39:11 +0000 (08:39 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 11 Oct 2013 16:37:05 +0000 (09:37 -0700)
Apparently two spaces doesn't cut it.  This change fixes:

  $ rst2html.py --strict README
  README:5: (INFO/1) Enumerated list start value not ordinal-1: "3" (ordinal 3)
  Exiting due to level-1 (INFO) system message.

I also use a bullet list for dependencies, because the order in which
you install them doesn't matter to me.

Signed-off-by: W. Trevor King <wking@tremily.us>
README

diff --git a/README b/README
index 9e8e833af9c5c46489c052bddf8ae3770d5f76eb..de4057c387cbd07fbb0c5dfa0445842c744fd1ad 100644 (file)
--- a/README
+++ b/README
@@ -41,15 +41,15 @@ things are in place.
 1. Ensure that a version of Python_ ≥3.2 is installed.
 2. Install the required Python packages.
 
-  1. feedparser_
-  2. html2text_
+   * feedparser_
+   * html2text_
 
 3. Figure out how you are going to send outgoing email.  You have two
    options here: either use an STMP server or a local sendmail
    program.  So,
 
-  * determine your outgoing email server's SMTP address, or
-  * install sendmail (or a compatible replacement like postfix).
+   * determine your outgoing email server's SMTP address, or
+   * install sendmail (or a compatible replacement like postfix).
 
 Download
 ~~~~~~~~