diff --git a/README.md b/README.md index aead101..730f7c4 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ result = await pipeline.process(5) print(f"Result: {result}") ``` +**Output:** + +```plaintext +Result: 15 +``` + ## Middleware Functions With middlewares, you can include pre-processing and post-processing logic: