From 002f07315cd85cf42b02866fecdd116cb5342c78 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Tue, 30 Jan 2024 18:38:32 +0000 Subject: [PATCH] docs: format correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5829439..ad493c0 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ For .mocharc.json { "reporter": "mocha-ctrf-json-reporter", "reporterOptions": { - "outputFile": "custom-name.json", + "outputFile": "custom-name.json" } } ```