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 +```