The code example in the README points to a non-existent function (probably renamed at some point).
Example code block references $renderer->renderNodeCollection, but this function does not exist in $renderer. It should be: $renderer->renderCollection(x).
The code example in the README points to a non-existent function (probably renamed at some point).
Example code block references
$renderer->renderNodeCollection
, but this function does not exist in$renderer
. It should be:$renderer->renderCollection(x)
.