From 46d6071a9f5b64707216931275fec8c637a2bc60 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sat, 9 Aug 2025 10:36:29 -0300 Subject: grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 27da79b..989fbaa 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ SOFTWARE. ## About -libtuberia: a library to implement a pipeline. +libtuberia is a library in C to implement a pipeline. A pipeline would be: *[Source] -> [queue_1] -> [Stage_1] -> [Queue_2] -> [Stage_2] -> [...] -> [Sink]* Each source, stage, and sink runs in a thread, reads from its input queue, -process the element, and writes the result to the output queue. +processes the element, and writes the result to the output queue. This project is available: -- cgit v1.2.3