Skip to content

Commit

Permalink
Renamed design philosophy section
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Jul 20, 2024
1 parent 723d36a commit d43f976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d43f976

Please sign in to comment.