README.md in massive_sitemap-2.1.0 vs README.md in massive_sitemap-2.1.1

- old
+ new

@@ -21,11 +21,10 @@ ``` ### Using Rails (ActiveRecord) -This exmaple itterates of the `User` resource and adds each with a `change_frequency`, `last_modified` and `priority` to the sitemap. In case there are more than 50.000 users, the sitemap will be auto-split in multiple files. See - +This example itterates of the `User` resource and adds each with a `change_frequency`, `last_modified` and `priority` to the sitemap. In case there are more than 50.000 users, the sitemap will be auto-split in multiple files. ```ruby require 'massive_sitemap' index_url = MassiveSitemap.generate(:url => 'test.com') do