Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
  • Loading branch information
zarusz committed Jun 16, 2024
1 parent 4d1f4f6 commit 683f2a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,7 @@ See [sample](/src/Samples/README.md#sampleimages).
- Modern async/await syntax and TPL
- Fluent configuration
- [SourceLink](docs/intro.md#debugging) support
- Because SlimMessageBus is a facade, messaging transports can be change
- Using NuGet pull another broker provider
- Reconfigure SlimMessageBus and retest your app
- Try out the messaging system that works best for the use case (Kafka vs. Redis) without having to rewrite the app.
- Because SlimMessageBus is a facade, chosen messaging transports can be swapped without impacting the overall application architecture.

## Principles

Expand Down

0 comments on commit 683f2a7

Please sign in to comment.