From edc7bcae6ab96365fdcd0a86c34ca341ce931958 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sun, 17 Mar 2024 19:23:24 -0400 Subject: [PATCH] readme updates --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d90f434..3f2e080 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,13 @@ Example paths are given for CPanel type servers: * Feed - /home/USER_NAME/public_html/feed.xml * HTML - /home/USER_NAME/public_html/index.html -* Error Log - /home/USER_FOLDER/public_html/feed.log +* Error Log - /home/USER_NAME/public_html/feed.log + +You can change the length of time the feed retains by altering this variable to the time you’d like in weeks: + +``` +my $num_weeks = 2; +``` ## The Site