From 01d9eb5b5d67e0d99a2fc8bd822343217552f042 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 11 Oct 2013 08:39:11 -0700 Subject: [PATCH] README: Three-space indents for nested enumerated lists 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 --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 9e8e833..de4057c 100644 --- 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 ~~~~~~~~ -- 2.26.2