From f8ef20b2593304fd08a4599edfe3a66aa3a845e3 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 31 May 2022 11:33:06 +0200 Subject: README: fix bug in an example for counting the new items of the last day This should not use the plain-text URL file ($SFEED_URL_FILE). --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 7753a8e..ece2f28 100644 --- a/README +++ b/README @@ -1039,7 +1039,7 @@ formatting tools do: END { print "New: " totalnew; print "Total: " total; - }' ~/.sfeed/urls ~/.sfeed/feeds/* + }' ~/.sfeed/feeds/* The below example script counts the unread items using the sfeed_curses URL file: -- cgit v1.2.3