Usage Example Error
stefanneubig opened this issue · 1 comments
stefanneubig commented
There is a small error in the Readme.md usage example:
$basic = new \Sitemap\SitemapEntry;
must be:
$basic = new \Sitemap\Sitemap\SitemapEntry;
ThePixelDeveloper commented
Thanks, fixed in 2746b07