docs(README): fix example typo (#208)
fixes #173 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
parent
957aa6f074
commit
9857eda5ef
|
|
@ -36,7 +36,7 @@ binary and structured events in either the 1.0 or 0.3 protocol formats.
|
||||||
```js
|
```js
|
||||||
const {
|
const {
|
||||||
CloudEvent,
|
CloudEvent,
|
||||||
HTTPReceiever
|
HTTPReceiver
|
||||||
} = require("cloudevents-sdk");
|
} = require("cloudevents-sdk");
|
||||||
|
|
||||||
// Create a receiver to accept events over HTTP
|
// Create a receiver to accept events over HTTP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue