Skip to content

Commit 9454e25

Browse files
Fix package name in readme (#9)
1 parent d8a58e8 commit 9454e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
Title: "jmoiron.net blog",
4444
Link: &feedhub.Link{Href: "http://jmoiron.net/blog"},
4545
Description: "discussion about tech, footie, photos",
46-
Author: &feeds.Author{Name: "Jason Moiron", Email: "[email protected]"},
46+
Author: &feedhub.Author{Name: "Jason Moiron", Email: "[email protected]"},
4747
Created: now,
4848
}
4949

@@ -52,7 +52,7 @@ func main() {
5252
Title: "Limiting Concurrency in Go",
5353
Link: &feedhub.Link{Href: "http://jmoiron.net/blog/limiting-concurrency-in-go/"},
5454
Description: "A discussion on controlled parallelism in golang",
55-
Author: &feeds.Author{Name: "Jason Moiron", Email: "[email protected]"},
55+
Author: &feedhub.Author{Name: "Jason Moiron", Email: "[email protected]"},
5656
Created: now,
5757
},
5858
&feedhub.Item{

0 commit comments

Comments
 (0)