Skip to content

Commit f360e10

Browse files
committed
fix readme using wrong input
1 parent 2eba811 commit f360e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The printer takes an HTML input or the resulting AST and renders it as neatly fo
9595
use Sinnbeck\HtmlAst\Printer;
9696

9797
// Create a Printer instance and render the HTML string
98-
echo Printer::make()->render($html);
98+
echo Printer::make()->render($nodeTree);
9999
```
100100

101101
## Testing

0 commit comments

Comments
 (0)