From addbd9acf1ad6804488765a8960b36c536db432f Mon Sep 17 00:00:00 2001 From: Jason Lock <1526861+jasonjlock@users.noreply.github.com> Date: Tue, 10 May 2022 08:59:56 -0700 Subject: [PATCH] Fix typo in README (#488) Signed-off-by: Jason Lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1782e2f..d657c61 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