From 4622a8d3f240676c15b9bc821f7fc5b0082c05be Mon Sep 17 00:00:00 2001 From: Glenn Lundberg Date: Thu, 19 Sep 2019 22:10:13 +0200 Subject: [PATCH] Changed curl command to include json content-type --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 34f8683e..554752ba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -78,6 +78,7 @@ curl -d "@mockPubsub.json" -X POST \ -H "Ce-Specversion: true" \ -H "Ce-Source: true" \ -H "Ce-Id: true" \ + -H “Content-Type: application/json” \ http://localhost:8080 ```