From d43f9765c588c1425576a8c2c3ae414df411031b Mon Sep 17 00:00:00 2001 From: destel Date: Sun, 21 Jul 2024 01:38:19 +0300 Subject: [PATCH] Renamed design philosophy section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190b171..32f5ed4 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Rill has a test coverage of over 95%, with testing focused on: -## Design Philosophy +## How Rill Works At the heart of rill lies a simple yet powerful concept: operating on channels of wrapped values, encapsulated by the **Try** container. This allows to propagate both values and errors through the pipeline, ensuring that errors are handled correctly at each stage. Such wrapped channels can be created manually or through utilities like **FromSlice** or **FromChan**, and then transformed via non-blocking