Skip to content

Commit ce730f4

Browse files
Update Readme.md (missing comma on config file)
Just a comma missing. Nothing big. Thanks for the plugin!
1 parent 4e299a9 commit ce730f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In your `gatsby-config.js` file:
1515
module.exports = {
1616
plugins: [
1717
{
18-
resolve: 'gatsby-plugin-purify-css'
18+
resolve: 'gatsby-plugin-purify-css',
1919
options: {
2020
/* Defaults */
2121
styleId: 'gatsby-inlined-css',

0 commit comments

Comments
 (0)