queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Updated code snippet #35

Closed nickytonline closed 5 years ago

nickytonline commented 5 years ago

I just tried out your plugin and it's pretty awesome. However, to get it working, I had to prefix the plugin with your scoped package name. Just updating the read me as I imagine others will run into the same issue.

error Unable to find plugin "gatsby-remark-oembed". Perhaps you need to install its package?

  Error: Unable to find plugin "gatsby-remark-oembed". Perhaps you need to install its package?
nickytonline commented 5 years ago

Fixes #36.

raae commented 5 years ago

Thanks!