From 779fd4b4cc5f95cc494cea8545a529b32162a46b Mon Sep 17 00:00:00 2001 From: Tiago Bento Date: Mon, 4 Nov 2024 22:01:10 -0500 Subject: [PATCH] .. --- .../kie-sandbox-commit-message-validation-service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kie-sandbox-commit-message-validation-service/README.md b/examples/kie-sandbox-commit-message-validation-service/README.md index 8a4c7f7d4bd..e263dbd39eb 100644 --- a/examples/kie-sandbox-commit-message-validation-service/README.md +++ b/examples/kie-sandbox-commit-message-validation-service/README.md @@ -46,7 +46,7 @@ pnpm start String with your commit message. ``` - **Request response:** - ```json + ```js { "result": true | false, "reasons": []string | undefined