Skip to content

Commit

Permalink
Fix Spring structured example (#451)
Browse files Browse the repository at this point in the history
Signed-off-by: Micael Vianna <[email protected]>
Signed-off-by: Micael Estrazulas Vianna <[email protected]>
  • Loading branch information
mEstrazulas authored Mar 18, 2022
1 parent a4bc7a8 commit 6681205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/spring-function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ It also accepts data in "structured" format:
```shell
curl -v -H'Content-type: application/cloudevents+json' \
-d '{"data": {"value": "Foo"},
"id: 1,
"source": "cloud-event-example"
"type": "my.application.Foo"
"id": "1",
"source": "cloud-event-example",
"type": "my.application.Foo",
"specversion": "1.0"}' \
http://localhost:8080/event
```
Expand Down

0 comments on commit 6681205

Please sign in to comment.