From 3b5228cc6f9d5edc2679de173c7b4961588864be Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 7 Oct 2015 11:50:54 -0400 Subject: Add missing -d to webhook doc. --- doc/integrations/webhooks/Incoming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/integrations') diff --git a/doc/integrations/webhooks/Incoming.md b/doc/integrations/webhooks/Incoming.md index 6e25f182e..0814eb420 100644 --- a/doc/integrations/webhooks/Incoming.md +++ b/doc/integrations/webhooks/Incoming.md @@ -56,7 +56,7 @@ payload={"channel": "off-topic", "text": "Hello, this is some text."} Combining everything above, here is an example message made using a curl command: ``` -curl -i -X POST 'payload={"channel": "off-topic", "text": "Hello, this is some text."}' http://yourmattermost.com/hooks/xxxxxxxxxxxxxxxxxxxxxxxxxx +curl -i -X POST -d 'payload={"channel": "off-topic", "text": "Hello, this is some text."}' http://yourmattermost.com/hooks/xxxxxxxxxxxxxxxxxxxxxxxxxx ``` A post with that text will be made to the Off-Topic channel. -- cgit v1.2.3-1-g7c22