Skip to content

Commit fe9ae85

Browse files
authored
Merge pull request #4 from benjaminmodayil/patch-1
Update Readme.md (missing comma on config file)
2 parents 4e299a9 + ce730f4 commit fe9ae85

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)