willvincent / feeds

A simple Laravel service provider for including the SimplePie library.
MIT License
309 stars 76 forks source link

Incorrect instructions #60

Closed AndreFabris closed 2 years ago

AndreFabris commented 5 years ago

Line $feed = Feeds::make('http://blog.case.edu/news/feed.atom', true);
does not force feed. It is missing an argument and it should be: $feed = Feeds::make('http://blog.case.edu/news/feed.atom', 0, true);