Skip to content

Commit

Permalink
docs(gatsby-plugin-sitemap): Put important note to top
Browse files Browse the repository at this point in the history
  • Loading branch information
nextlevelshit authored and sidharthachatterjee committed Feb 22, 2019
1 parent 8be254a commit a0a04e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sitemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Create a sitemap for your Gatsby site.

_NOTE: This plugin only generates output when run in `production` mode! To test your sitemap, run: `gatsby build && gatsby serve`_

## Install

`npm install --save gatsby-plugin-sitemap`
Expand Down Expand Up @@ -61,5 +63,3 @@ plugins: [
}
]
```

_NOTE: This plugin only generates output when run in `production` mode! To test your sitemap, run: `gatsby build && gatsby serve`_

0 comments on commit a0a04e0

Please sign in to comment.