From 74000ef5c004716f373c86a987bcfa6237bd5939 Mon Sep 17 00:00:00 2001 From: Lachlan Date: Fri, 8 Mar 2024 11:34:15 -0500 Subject: [PATCH] docs: fix typo in readme.md (#293) Change thems -> them --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c42838b..775a04b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ functions to marshal as JSON or text for instance. The `transport` provides different way of processing the message. Either sending it via Kafka or send it to a file (or stdout). -GoFlow2 is a wrapper of all the functions and chains thems. +GoFlow2 is a wrapper of all the functions and chains them. You can build your own collector using this base and replace parts: * Use different transport (e.g: RabbitMQ instead of Kafka)