From cd715f7b82282727f63b89a0e3820d86c299be3c Mon Sep 17 00:00:00 2001 From: Akash Askoolum Date: Thu, 1 Aug 2024 16:36:10 +0100 Subject: [PATCH] docs: Correct grammar (#4308) `Thrall` is a proper noun, so capitalise it. It is also a singular. It also reads from Kinesis. --- Co-authored-by: Georges Lebreton <102960844+Georges-GNM@users.noreply.github.com> --- thrall/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/thrall/README.md b/thrall/README.md index 9beb3498bd..1e5b5b6388 100644 --- a/thrall/README.md +++ b/thrall/README.md @@ -1,4 +1,3 @@ -# thrall - -Thralls pulls messages from an SQS queue, interpret them, and modify an Elasticsearch index accordingly. +# Thrall +Thrall reads messages from a Kinesis stream, interprets them, and modifies an Elasticsearch index accordingly.