1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00

docs: fix typo in readme.md (#293)

Change thems -> them
This commit is contained in:
Lachlan
2024-03-08 11:34:15 -05:00
committed by GitHub
parent f66a0a08f1
commit 74000ef5c0

View File

@ -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 The `transport` provides different way of processing the message. Either sending it via Kafka or
send it to a file (or stdout). 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: You can build your own collector using this base and replace parts:
* Use different transport (e.g: RabbitMQ instead of Kafka) * Use different transport (e.g: RabbitMQ instead of Kafka)