README.md in xml-sitemap-1.3.1 vs README.md in xml-sitemap-1.3.2

- old
+ new

@@ -36,11 +36,11 @@ m.add '/page1' # You can drop leading slash, it will be automatically added m.add 'page2' - # Set the page priority (default is 0.5) + # Set the page priority m.add 'page3', :priority => 0.2 # Specify last modification date and update frequiency m.add 'page4', :updated => Date.today, :period => :never end @@ -71,10 +71,10 @@ map = XmlSitemap.map('foobar.com') ``` By default XmlSitemap creates a map with link to homepage of your domain. -Homepage priority is `1.0`. Default page priority is set to `0.5` +Homepage priority is `1.0`. List of available update periods: - `:none` - `:always`