hagnerd / gatsby-starter-blog-mdx

Live Demo
https://gatsby-starter-blog-mdx-demo.netlify.com
MIT License
67 stars 43 forks source link

Git Command is incorrect #8

Closed tfaieta closed 5 years ago

tfaieta commented 5 years ago

Hey, just wanted to point out a small little thing on the readme, thanks for a great template!

Currently on readme.md:

# create a new Gatsby site using the blog starter
npx gatsby new my-blog-starter
https://github.com/hagner/gatsby-starter-blog-mdx

Should be:

# create a new Gatsby site using the blog starter
npx gatsby new my-blog-starter
https://github.com/hagnerd/gatsby-starter-blog-mdx

The issue is a missing 'd' in your username on the git command.