Fix typo.

This commit is contained in:
Jim Tittsler 2013-07-05 22:54:41 +12:00
parent fae240c50c
commit d29c024e5f
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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.