Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jun 29, 2015
1 parent f8ee1e6 commit f8d2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ foreach ($pages as $page){
$sitemap->addItem(new SitemapItem(
'http://rmcreative.ru/' . $page->url,
$page->updatedOn,
SitemapItem::MONTHLY
Item::MONTHLY
));
}

Expand Down

0 comments on commit f8d2a15

Please sign in to comment.