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