Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Return a `content` object with two properties:
* `content.bodyBegin` contains the line number the body contents begins at
* `content.frontmatter` contains the original yaml string contents

**NOTE:** By default `fm()` uses `ys-yaml`'s `safeLoad` unless you set
**NOTE:** By default `fm()` uses `js-yaml`'s `safeLoad` unless you set
`allowUnsafe` in the options object to true.

# fm.test(string)
Expand Down