Skip to content

Commit

Permalink
Merge pull request #11 from thecodecrate/chore/docs-enhance
Browse files Browse the repository at this point in the history
📝 docs(README): Enhance documentation and examples
  • Loading branch information
loureirorg authored Nov 8, 2024
2 parents 754c702 + e07f712 commit c56786e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c56786e

Please sign in to comment.