contentful / rich-text.php

Utilities for the Contentful Rich Text
https://www.contentful.com
MIT License
12 stars 9 forks source link

README needs to be updated for #rendering #35

Closed dkarkar92 closed 4 years ago

dkarkar92 commented 5 years ago

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).

pgrigoruta commented 4 years ago

Thanks for finding this @Enviii , we have updated the documentation