Fix typo in README (#488)
Signed-off-by: Jason Lock <jasonlock@Jasons-MacBook-Pro.local>
This commit is contained in:
parent
a512aad5d5
commit
addbd9acf1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue