ldd / gatsby-source-github-api

Pull data into Gatsby from Github API v4
MIT License
65 stars 10 forks source link

Fix plugin name in README #11

Closed yurm04 closed 5 years ago

yurm04 commented 5 years ago

There are a couple of places in the README where resolve is set to gatsby-source-github instead of gatsby-source-github-api. This causes gatsby to throw the error

Error: Unable to find plugin "gatsby-source-github"

Changing it to gatsby-source-github-api matches the plugin name and fixes for me locally.

ldd commented 5 years ago

Great! Approved. Thanks a lot, @yurm04