gray-matter
gray-matter copied to clipboard
Update esm import example
Using import * as matter from 'gray-matter'
gets to top level scope of the module, not the default export. I'm guessing at some point the module was adjusted to have a default export, and this change updates the readme to support that.
Thanks, this helps