Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGeersinga authored Jul 10, 2024
1 parent 68bd71b commit 220751f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[![CI Pipeline](https://github.com/JimGeersinga/MediatR.Chained/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/JimGeersinga/MediatR.ChainedT/actions/workflows/ci-pipeline.yml)


Documentation will be added soon...

# MediatR.Chained

Expand All @@ -11,6 +11,12 @@
## Overview
The `MediatorChain` class is a part of the MediatR.Chained library and is used to create and execute a chain of commands or requests sequentially. It provides a fluent interface for adding requests to the chain and executing them asynchronously.

## Installation
You can install the MediatR.Chained library via NuGet. Run the following command in the NuGet Package Manager Console:
```bash
dotnet add package MediatR.Chained
```

## Usage
To use the `MediatorChain` class, follow these steps:

Expand All @@ -29,11 +35,7 @@ To use the `MediatorChain` class, follow these steps:
Here's an example of how to use the `MediatorChain` class:
![image](https://github.com/JimGeersinga/MediatR.Chained/assets/7780260/bb9421c4-0172-4623-8778-31c525a5516c)

## Installation
You can install the MediatR.Chained library via NuGet. Run the following command in the NuGet Package Manager Console:
```bash
dotnet add package MediatR.Chained
```




Expand All @@ -46,9 +48,12 @@ dotnet add package MediatR.Chained
## Installation
You can install the MediatR.Chained.EntityFrameworkCore library via NuGet. Run the following command in the NuGet Package Manager Console:
```bash
dotnet add package MediatR.Chained
dotnet add package MediatR.Chained.EntityFrameworkCore
```

## Usage
coming soon...


# License
This library is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

0 comments on commit 220751f

Please sign in to comment.