Skip to content

Commit

Permalink
[gatsby-plugin-feed] Fix missing colon in Readme (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog authored and KyleAMathews committed Feb 6, 2018
1 parent 541142b commit 4534f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 4534f57

Please sign in to comment.