Fix typo in README (#488)

Signed-off-by: Jason Lock <jasonlock@Jasons-MacBook-Pro.local>
This commit is contained in:
Jason Lock 2022-05-10 08:59:56 -07:00 committed by GitHub
parent a512aad5d5
commit addbd9acf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ The easiest way to send events is to use the built-in HTTP emitter.
```js
const { httpTransport, emitterFor, CloudEvent } = require("cloudevents");
// Create an emitter to send events to an to a reciever
// Create an emitter to send events to a reciever
const emit = emitterFor(httpTransport("https://my.receiver.com/endpoint"));
// Create a new CloudEvent