From b6d1308b662f14b2cf71fbf695f3c87d4931bedb Mon Sep 17 00:00:00 2001 From: weberc2 Date: Mon, 9 Mar 2015 20:25:45 -0500 Subject: [PATCH] Update doc.go Updated documentation --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 385b45a..4a870eb 100644 --- a/doc.go +++ b/doc.go @@ -5,7 +5,7 @@ Installing go get github.com/gorilla/feeds -Syndicate provides a simple, generic Feed interface with a generic Item object as well as RSS and Atom specific RssFeed and AtomFeed objects which allow access to all of each spec's defined elements. +Feeds provides a simple, generic Feed interface with a generic Item object as well as RSS and Atom specific RssFeed and AtomFeed objects which allow access to all of each spec's defined elements. Examples