pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
241 stars 74 forks source link

Update README.md - missing parameters #24

Closed mseelye closed 2 years ago

mseelye commented 4 years ago

In the example in the README.md, the calls to fy_document_build_from_string, and fy_document_insert_at were missing the len and the pathlen parameters.