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

- old
+ new

@@ -28,9 +28,10 @@ ```ruby Sitemap::Generator.instance.load :host => "mywebsite.com" do path :root, :priority => 1 path :faq, :priority => 0.5, :change_frequency => "weekly" + literal "/my_blog" #helpful for vanity urls layering search results resources :activities, :params => { :format => "html" } resources :articles, :objects => proc { Article.published } end ``` \ No newline at end of file