From 914b5e2e781ad03d2e632e991c758ae69857b8b3 Mon Sep 17 00:00:00 2001 From: Neck Date: Tue, 21 May 2013 19:39:18 +0100 Subject: [PATCH] Fix cronjob example link. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index da2bdea..bdc12de 100644 --- a/README.markdown +++ b/README.markdown @@ -89,7 +89,7 @@ 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: http://yourpersonalserver/miniflux/cronjob.php?call-interval=4&update-interval=60 +Note: cronjob.php can also be called from the web; in this case specify the options as GET variables. For example: ### How Miniflux update my feeds from the user interface?