Fix typo.
This commit is contained in:
parent
fae240c50c
commit
d29c024e5f
2
README
2
README
|
@ -13,7 +13,7 @@ Supported feeds are:
|
||||||
The package allows us to maintain cache timeout management. This prevents us
|
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 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
|
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.
|
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.
|
For Atom feeds, we use the CacheTimeout in the Feed struct.
|
||||||
|
|
Loading…
Reference in New Issue