Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePixelDeveloper committed Mar 13, 2019
1 parent 6eeea42 commit 516bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ $url->setLastMod($lastMod);

// Add it to a collection.
$urlset = new SitemapIndex();
$urlSet->add($url);
$urlset->add($url);

$driver = new XmlWriterDriver();
$urlset->accept($driver);
Expand Down

0 comments on commit 516bea7

Please sign in to comment.