From cf5816be6606ea06911a7fb1d8f2c438cfc432e5 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Tue, 6 Feb 2018 15:30:15 +0800 Subject: [PATCH] [gatsby-plugin-feed] Fix missing colon in Readme --- packages/gatsby-plugin-feed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`