From 213a1c4a295a04d0bbcd4a91abad6d57d0e8db12 Mon Sep 17 00:00:00 2001 From: Nicolas Carlier Date: Wed, 2 Mar 2022 13:51:03 +0100 Subject: [PATCH] doc(): change JSON payload example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 510a20c..6eba5ef 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ $ curl --data @test.json http://localhost:8080/echo?foo=bar Hook information: name=echo, id=1 Query parameter: foo=bar Header parameter: user-agent=curl/7.52.1 -Script parameter: {"foo": "bar"} +Script parameter: {"message": "this is a test"} ``` ### Webhook timeout configuration