From 78c811b3ce39c6df903f00c31092addc70869ea5 Mon Sep 17 00:00:00 2001 From: White Choco Date: Tue, 20 Aug 2024 14:35:14 +0900 Subject: [PATCH] fix: add missing comma to configuration JSON template (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ab4f4..ec25add 100644 --- a/README.md +++ b/README.md @@ -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" ]