From b97510a6ec3bfb750fea542ddf5cbc76f3d5d464 Mon Sep 17 00:00:00 2001 From: Lars Jacobsson Date: Wed, 4 Nov 2020 14:38:37 +0100 Subject: [PATCH] Typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0047c93..58e80d1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For AWS events, such as `aws.codepipeline` it's already enabled, but for custom ### To browse targets of events: Select a schema from the schema registry and list its targets. Select a target to browse details such as ARN, event pattern, input transformation, etc. -`evb browse` will let you browse your schemas and get insights into the targets listening to the source/detail-type combination of your event. This only works with explicit maching on `source` and `detail-type`. +`evb browse` will let you browse your schemas and get insights into the targets listening to the source/detail-type combination of your event. This only works with explicit matching on `source` and `detail-type`. ![Demo](demo-browse.gif) @@ -70,7 +70,7 @@ Local debugging makes use to API Gateway V2 websockets to forward actual events ![Demo](demo-local.gif) -Example of testing a rule before deploying the stack. The user quickly gets feedback on their patterns and input transforms. In this example we're listening to all aws.* events and trasnformting the output to +Example of testing a rule before deploying the stack. The user quickly gets feedback on their patterns and input transforms. In this example we're listening to all aws.* events and transforming the output to ``` { "source": ,