Skip to content

Commit

Permalink
fix: add missing comma to configuration JSON template (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteKr committed Aug 20, 2024
1 parent ba4caf2 commit 78c811b
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 @@ -37,7 +37,7 @@ You can configure state, details and git integration by changing Discord Presenc

// Rules - disable presence in some workspaces
"rules": {
"mode": "blacklist" // or whitelist
"mode": "blacklist", // or whitelist
"paths": [
"absolute path"
]
Expand Down

0 comments on commit 78c811b

Please sign in to comment.