diff --git a/packages/gatsby-plugin-feed/README.md b/packages/gatsby-plugin-feed/README.md index 7e9ead5275583..d9abbe4b35d84 100644 --- a/packages/gatsby-plugin-feed/README.md +++ b/packages/gatsby-plugin-feed/README.md @@ -10,7 +10,7 @@ Create an RSS feed (or multiple feeds) for your Gatsby site. ```javascript // In your gatsby-config.js -siteMetadata { +siteMetadata: { title: `GatsbyJS`, description: `A fantastic new static site generator.`, siteUrl: `https://www.gatsbyjs.org`