From cb8e40f57002b074c039b75d00050685a4d15369 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 22 May 2013 13:12:58 +0200 Subject: [PATCH] Minor change --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bdc12de..f0dc33a 100644 --- a/README.markdown +++ b/README.markdown @@ -89,7 +89,8 @@ Examples: # Update all feeds in 60 minutes (updates the 8 oldest feeds each time with a total of 120 feeds). * */4 * * * cd /path/to/miniflux && php cronjob.php --call-interval=4 --update-interval=60 >/dev/null 2>&1 -Note: cronjob.php can also be called from the web; in this case specify the options as GET variables. For example: +Note: cronjob.php can also be called from the web; in this case specify the options as GET variables. +Example: ### How Miniflux update my feeds from the user interface?