Skip to content

Commit e7f5ec7

Browse files
committed
docs: rename receiving cloudevents
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
1 parent 390134c commit e7f5ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ requests.post("<some-url>", data=body, headers=headers)
6464

6565
You can find a complete example of turning a CloudEvent into a HTTP request [in the samples directory](samples/http-json-cloudevents/client.py).
6666

67-
#### Request to CloudEvent
67+
## Receiving CloudEvents
6868

6969
The code below shows how to consume a cloudevent using the popular python web framework
7070
[flask](https://flask.palletsprojects.com/en/1.1.x/quickstart/):

0 commit comments

Comments
 (0)