From ef5ce02f919cda0b664c96cb56d0afbc47502f0c Mon Sep 17 00:00:00 2001 From: Nicolas Augusto Sassi <31768691+nicolasassi@users.noreply.github.com> Date: Wed, 22 Jul 2020 00:27:21 -0300 Subject: [PATCH] Update README.md (#119) fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97463f0..ff1a316 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Get the package source: The consumer leverages a handler func that accepts a Kinesis record. The `Scan` method will consume all shards concurrently and call the callback func as it receives records from the stream. -_Important 1: The `Scan` func will also poll the stream to check for new shards, it will automatcially start consuming new shards added to the stream._ +_Important 1: The `Scan` func will also poll the stream to check for new shards, it will automatically start consuming new shards added to the stream._ _Important 2: The default Log, Counter, and Checkpoint are no-op which means no logs, counts, or checkpoints will be emitted when scanning the stream. See the options below to override these defaults._