diff --git a/README.md b/README.md index 7901daa..e36607b 100644 --- a/README.md +++ b/README.md @@ -213,5 +213,5 @@ You can concatenate multiple methods in the same line: $xml = DomNode::createFromString(''); // changes and prints the node in the same line -echo $xml->query("item[id = 102]")->attr("title", "Item 101")->text("Some text...")->append(""); +echo $xml->query("item[id = 102]")->attr("title", "Item 102")->text("Some text...")->append(""); ```