Skip to content

Commit

Permalink
docs(README): fix example typo
Browse files Browse the repository at this point in the history
fixes #173
  • Loading branch information
lholmquist committed Jun 4, 2020
1 parent da365e0 commit d1b72ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ binary and structured events in either the 1.0 or 0.3 protocol formats.
```js
const {
CloudEvent,
HTTPReceiever
HTTPReceiver
} = require("cloudevents-sdk");

// Create a receiver to accept events over HTTP
Expand Down

0 comments on commit d1b72ea

Please sign in to comment.