diff --git a/README.md b/README.md index 9958e0d..0a4f45c 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) @@ -81,7 +81,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": ,