Skip to content

Commit 99310d1

Browse files
committed
Fix binary example
Signed-off-by: Fabio José <[email protected]>
1 parent 5baa52d commit 99310d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/express-ex/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ __A Binary One__
2323
curl -X POST \
2424
-d'@../payload/data-0.json' \
2525
-H'Content-Type:application/json' \
26-
-H'ce_specversion:0.2' \
27-
-H'ce_type:com.github.pull.create' \
28-
-H'ce_source:https://github.com/cloudevents/spec/pull/123' \
29-
-H'ce_id:45c83279-c8a1-4db6-a703-b3768db93887' \
30-
-H'ce_time:2019-06-21T17:31:00Z' \
26+
-H'ce-specversion:0.2' \
27+
-H'ce-type:com.github.pull.create' \
28+
-H'ce-source:https://github.com/cloudevents/spec/pull/123' \
29+
-H'ce-id:45c83279-c8a1-4db6-a703-b3768db93887' \
30+
-H'ce-time:2019-06-21T17:31:00Z' \
3131
http://localhost:3000/
3232
```
3333
__A Batch One__

0 commit comments

Comments
 (0)