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

- old
+ new

@@ -5,18 +5,18 @@ Request HTML from an URL and transform it to a Ruby RSS 2.0 object. **Are you searching for a ready to use "website to RSS" solution?** [Check out `html2rss-web`!](https://github.com/gildesmarais/html2rss-web) -Each website needs a feed config which contains the URL to scrape and +Each website needs a *feed config* which contains the URL to scrape and CSS selectors to extract the required information (like title, URL, ...). This gem provides [extractors](https://github.com/gildesmarais/html2rss/blob/master/lib/html2rss/item_extractor.rb) (e.g. extract the information from an HTML attribute) -and [post processors](https://github.com/gildesmarais/html2rss/tree/master/lib/html2rss/attribute_post_processors) to make information retrieval even easier. +and chainable [post processors](https://github.com/gildesmarais/html2rss/tree/master/lib/html2rss/attribute_post_processors) to make information retrieval even easier. ## Installation -Add this line to your application's Gemfile: `gem 'html2rss'` -And then execute: `bundle` +Add this line to your application's Gemfile: `gem 'html2rss'` +Then execute: `bundle` ```ruby rss = Html2rss.feed( channel: { title: 'StackOverflow: Hot Network Questions', url: 'https://stackoverflow.com/questions' }, selectors: {