From b0a0461f4df7d03fc35507431658c19699169e95 Mon Sep 17 00:00:00 2001
From: Michael Boesl <michael.boesl@t-online.de>
Date: Tue, 4 Jul 2023 11:42:51 +0200
Subject: [PATCH] Update README.md

fix broken json response in docs
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bc09fc9..33ff99a 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ custom:
           template:
             # `success` is used when the integration response is 200
             success: |-
-              { "message: "accepted" }
+              { "message": "accepted" }
             # `clientError` is used when the integration response is 400
             clientError: |-
               { "message": "there is an error in your request" }
@@ -396,7 +396,7 @@ custom:
           template:
             # `success` is used when the integration response is 200
             success: |-
-              { "message: "accepted" }
+              { "message": "accepted" }
             # `clientError` is used when the integration response is 400
             clientError: |-
               { "message": "there is an error in your request" }
@@ -1009,4 +1009,4 @@ custom:
                 "success": false,
                 "errorMessage": "Client Error"
               }
-```
\ No newline at end of file
+```