Skip to content

Commit 40f3f85

Browse files
authored
Update README.md
1 parent ff54db9 commit 40f3f85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ And more integration/extension independent optional features like:
3232
- Use Mediator pattern
3333
- Manage file transfers
3434

35-
The list is not exhaustive, there’s more, but what we wanted was playing with all of it with as less code as we could, not worrying about plumbing things and being sure everything is wired and handled by design or almost.
35+
The list is not exhaustive, there’s more, but what we wanted was playing with all of it with as less code as we could, not worrying about plumbing things and being sure everything is wired and handled by design or almost.
3636

3737
Inspired by [Refit.Insane.PowerPack](https://github.com/thefex/Refit.Insane.PowerPack), we wanted to make it simple to use, mixing attribute decorations and fluent configuration.
3838

@@ -147,6 +147,7 @@ Apizr has a lot more to offer, just [read the doc](https://apizr.net/articles/in
147147
- Please read the [Change Log](https://apizr.net/changelog.md) to get a picture of what's in.
148148
- Please read the [Breaking changes](https://apizr.net/articles/breakingchanges.md) to get a picture of what's changed.
149149
- Please watch the Getting Started video:
150+
150151
[![Getting Started](https://img.youtube.com/vi/9qXekjZepLA/0.jpg)](https://www.youtube.com/watch?v=9qXekjZepLA)
151152

152153
## Where
@@ -233,4 +234,4 @@ It also comes with some handling interfaces to let you provide your own services
233234
- **Connectivity** with IConnectivityHandler, which comes with its default VoidConnectivityHandler (no connectivity check)
234235
- **Mapping** with IMappingHandler, which comes with its default VoidMappingHandler (no mapping conversion), but also with:
235236
- AutoMapperMappingHandler: [AutoMapper](https://github.com/AutoMapper/AutoMapper) mapping methods mapping interface (Integration package referenced above)
236-
- MapsterMappingHandler: [Mapster](https://github.com/MapsterMapper/Mapster) mapping methods mapping interface (Integration package referenced above)
237+
- MapsterMappingHandler: [Mapster](https://github.com/MapsterMapper/Mapster) mapping methods mapping interface (Integration package referenced above)

0 commit comments

Comments
 (0)