From 1b5a8405d524f174428b1858446422929c1e46b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Aub=C3=A9?= Date: Wed, 2 Oct 2024 15:23:03 -0400 Subject: [PATCH] fix: typo in cli's README The JSON example config was missing a comma --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 74183043..e44b78ed 100644 --- a/cli/README.md +++ b/cli/README.md @@ -40,7 +40,7 @@ accent-cli reads from a `accent.json` file. The file should contain valid JSON r "apiKey": "2nziVSaa8yUJxLkwoZA", "version": { "branchVersionPrefix": "release/" - } + }, "files": [ { "format": "json",