Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stidsborg committed Mar 18, 2024
1 parent e75a05f commit b8d9f20
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Cleipnir Flows
**"Simply making fault tolerant code simple"**
[![.NET](https://github.com/stidsborg/Cleipnir.Flows/actions/workflows/dotnet.yml/badge.svg)](https://github.com/stidsborg/Cleipnir.Flows/actions/workflows/dotnet.yml)
[![NuGet](https://img.shields.io/nuget/dt/Cleipnir.Flows.svg)](https://www.nuget.org/packages/Cleipnir.Flows)
[![NuGet](https://img.shields.io/nuget/vpre/Cleipnir.Flows.svg)](https://www.nuget.org/packages/Cleipnir.Flows)

<p align="center">
<img src="cleipnir.png" alt="logo" width="120px" height="120px"/>
<br>
<em>Simply making fault tolerant code simple</em>
<br>
</p>

# Cleipnir Flows
Cleipnir Flows is a simple and intuitive workflow-as-code .NET framework - ensuring your code completes despite: failures, restarts, deployments, versioning etc.

It is similar to Azure Durable Functions - but simpler, less restrictive and tailored for ASP.NET services.
Expand Down

0 comments on commit b8d9f20

Please sign in to comment.