Skip to content

Commit

Permalink
fix:remove invalid line from json
Browse files Browse the repository at this point in the history
  • Loading branch information
Numonu committed Nov 7, 2023
1 parent 4ee18a0 commit 2a33968
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 @@ -59,7 +59,7 @@ Define the style of the commit messages. Use **%type%** for the commit type and

```json
{
"style": "%type% : %message%" // feat : create new component
"style": "%type% : %message%"
}
```

Expand Down

0 comments on commit 2a33968

Please sign in to comment.