Skip to content

Commit 9f7b4c9

Browse files
committed
chore(readme): Remove reference of HTTPReceiver
Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 0adcc35 commit 9f7b4c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ npm install cloudevents
2929

3030
#### Receiving Events
3131

32-
You can choose almost any popular web framework for port binding. Use an
33-
`HTTPReceiver` to process the incoming HTTP request. The receiver accepts
32+
You can choose almost any popular web framework for port binding. Use a
33+
`Receiver` to process the incoming HTTP request. The receiver accepts
3434
binary and structured events in either the 1.0 or 0.3 protocol formats.
3535

3636
```js

0 commit comments

Comments
 (0)