Skip to content

Commit

Permalink
Add missing comma in GoHugo example
Browse files Browse the repository at this point in the history
  • Loading branch information
v-ji authored Jul 26, 2023
1 parent b7fe3ee commit 2a2dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To use it with GoHugo and basic `.html` files, you'll have to override the used

```json
{
"plugins": ["prettier-plugin-go-template"]
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": ["*.html"],
Expand Down

0 comments on commit 2a2dbd7

Please sign in to comment.