We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eba811 commit f360e10Copy full SHA for f360e10
README.md
@@ -95,7 +95,7 @@ The printer takes an HTML input or the resulting AST and renders it as neatly fo
95
use Sinnbeck\HtmlAst\Printer;
96
97
// Create a Printer instance and render the HTML string
98
-echo Printer::make()->render($html);
+echo Printer::make()->render($nodeTree);
99
```
100
101
## Testing
0 commit comments