Skip to content

Commit 6681205

Browse files
authored
Fix Spring structured example (#451)
Signed-off-by: Micael Vianna <estrazulas@gmail.com> Signed-off-by: Micael Estrazulas Vianna <m.vianna@kigroup.de>
1 parent a4bc7a8 commit 6681205

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/spring-function/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ It also accepts data in "structured" format:
2929
```shell
3030
curl -v -H'Content-type: application/cloudevents+json' \
3131
-d '{"data": {"value": "Foo"},
32-
"id: 1,
33-
"source": "cloud-event-example"
34-
"type": "my.application.Foo"
32+
"id": "1",
33+
"source": "cloud-event-example",
34+
"type": "my.application.Foo",
3535
"specversion": "1.0"}' \
3636
http://localhost:8080/event
3737
```

0 commit comments

Comments
 (0)