README.md in html2rss-0.3.1 vs README.md in html2rss-0.3.2

- old
+ new

@@ -17,10 +17,10 @@ Add this line to your application's Gemfile: `gem 'html2rss'` And then execute: `bundle` ```ruby rss = Html2rss.feed( - channel: { name: 'StackOverflow: Hot Network Questions', url: 'https://stackoverflow.com' }, + channel: { title: 'StackOverflow: Hot Network Questions', url: 'https://stackoverflow.com/questions' }, selectors: { items: { selector: '#hot-network-questions > ul > li' }, title: { selector: 'a' }, link: { selector: 'a', extractor: 'href' } }