docs(README): fix example typo (#208)

fixes #173

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2020-06-04 18:04:03 -04:00 committed by GitHub
parent 957aa6f074
commit 9857eda5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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