Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ipvalverde authored Jul 2, 2024
1 parent 413c1a0 commit afa5bbb
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
@@ -1,5 +1,5 @@
# PipelineNet
[![Build status](https://ci.appveyor.com/api/projects/status/3201jkm43b8iq85w?svg=true)](https://ci.appveyor.com/project/ipvalverde/pipelinenet)
[![Build status](https://github.com/ipvalverde/PipelineNet/actions/workflows/dotnet.yml/badge.svg)](https://github.com/ipvalverde/PipelineNet/actions/workflows/dotnet.yml)

Pipeline net is a micro framework that helps you implement the pipeline and chain of responsibility patterns. With PipelineNet you can easily separate business logic and extend your application.
Pipelines can be used to execute a series of middleware sequentially without expecting a return, while chains of responsibilities do the same thing but expecting a return. And you can do it all asynchronously too.
Expand Down

0 comments on commit afa5bbb

Please sign in to comment.