Skip to content

Commit 9b122d3

Browse files
committed
readme
1 parent c746941 commit 9b122d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Now, to send back responses from the Node-RED back to Webhook Relay so it can re
9696
return {
9797
meta: msg.payload.meta, // this is original meta field from the payload (it's important to include it so we have the message ID)
9898
status: 200, // status code to return (200, 201, 400, etc)
99-
body: "any payload here (if you want to send JSON, just stringify it first)" // body
99+
body: "any payload here (if you want to send JSON, just stringify it first)", // body
100100
headers: {
101101
someheader: ['somevalue']
102102
}

0 commit comments

Comments
 (0)