From 51826645e7eeba8c0ddf12fb52536e8cf23d4f07 Mon Sep 17 00:00:00 2001 From: Jason Lock <1526861+jasonjlock@users.noreply.github.com> Date: Tue, 3 May 2022 21:40:51 -0700 Subject: [PATCH] Fix typo in README Signed-off-by: Jason Lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1782e2fa..d657c617 100644 --- a/README.md +++ b/README.md @@ -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