From 65a035d3626e5bfc8f98a3769a481e7edc61d374 Mon Sep 17 00:00:00 2001 From: saketsuman07 <64769358+saketsuman07@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:58:19 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e909da..195e028 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ all languages. * [PR #92](https://github.com/awslabs/amazon-kinesis-client-python/pull/92) ### Release 2.0.0 (January 15, 2019) -* Introducing support for Enhanced Fan-Out +* Introducing the support for Enhanced Fan-Out * Updated to version 2.1.0 of the Amazon Kinesis Client for Java * Version 2.1.0 now defaults to using [`RegisterStreamConsumer` Kinesis API](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_RegisterStreamConsumer.html), which provides dedicated throughput compared to `GetRecords`. * Version 2.1.0 now defaults to using [`SubscribeToShard` Kinesis API](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html), which provides lower latencies than `GetRecords`.