README: small improvement - tscrape - twitter scraper
 (HTM) git clone git://git.codemadness.org/tscrape
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 291870afea3ad56366e82efaceef0f1288b34018
 (DIR) parent f0b2764a08ed2e73dc098f7b4792b81284624944
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 20 Jul 2021 15:20:17 +0200
       
       README: small improvement
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -33,7 +33,7 @@ Using sfeed to convert the tscrape TSV output to an Atom feed:
                {
                        print $1 OFS $4 OFS "https://twitter.com/" $6 "/status/" $5  \
                                OFS "" OFS "" OFS $5 OFS $7 OFS "";
       -        }' < ~/.tscrape/feeds/name | sfeed_atom
       +        }' ~/.tscrape/feeds/* | sfeed_atom
        
        sfeed can be found at: https://codemadness.org/git/sfeed/file/README.html