fix another 2 grammar mistakes - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
 (HTM) git clone git://git.codemadness.org/sfeed_curses
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 938ec955883fe31ca92c3eb8b3217e246d07ceaa
 (DIR) parent fb4816aa2e60ead6749867ce3c729686d3d3cde2
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  6 Aug 2021 17:57:22 +0200
       
       fix another 2 grammar mistakes
       
       Diffstat:
         M README                              |       2 +-
         M sfeed_curses.1                      |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -35,7 +35,7 @@ specified by setting the environment variable $SFEED_URL_FILE to the URL file:
        
                SFEED_URL_FILE=~/.sfeed/urls sfeed_curses ~/.sfeed/feeds/*
        
       -There is an shellscript "sfeed_markread" to process the read and unread items.
       +There is a shellscript "sfeed_markread" to process the read and unread items.
        See the man page for more detailed information.
        
        
 (DIR) diff --git a/sfeed_curses.1 b/sfeed_curses.1
       @@ -153,7 +153,7 @@ Set the current layout to a horizontal mode.
        Showing a feeds sidebar on the top and the feed items on the bottom.
        .It 3
        Set the current layout to a monocle mode.
       -Showing either a feeds or an feed items pane.
       +Showing either a feeds or a feed items pane.
        .It q, EOF
        Quit
        .El