Skip to content

Commit

Permalink
Merge pull request #243 from RajaTaimur7/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
paquettg authored Nov 1, 2020
2 parents 40c335b + 9851d98 commit 2b1a7c2
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 @@ -258,7 +258,7 @@ unset($a);
echo $dom; // '<div class="all"><p>Hey bro, <br /> :)</p></div>');
```

You can modify the text of `TextNode` objects easely. Please note that, if you set an encoding, the new text will be encoded using the existing encoding.
You can modify the text of `TextNode` objects easily. Please note that, if you set an encoding, the new text will be encoded using the existing encoding.

```php
use PHPHtmlParser\Dom;
Expand Down

0 comments on commit 2b1a7c2

Please sign in to comment.