From d29c024e5f4f4f1edace4422a47ae9fd1332baf3 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Fri, 5 Jul 2013 22:54:41 +1200 Subject: [PATCH] Fix typo. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2718926..525b7e3 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Supported feeds are: The package allows us to maintain cache timeout management. This prevents us from querying the servers for feed updates too often and risk ip bans. Apart from setting a cache timeout manually, the package also optionally adheres to -the TTL, SkipDays and SkipHours values specied in the feeds themselves. +the TTL, SkipDays and SkipHours values specified in the feeds themselves. Note that the TTL, SkipDays and SkipHour fields are only part of the RSS spec. For Atom feeds, we use the CacheTimeout in the Feed struct.