Skip to content

Commit

Permalink
Fix images on readme, double sponsors include on main package
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 7, 2023
1 parent 4854f3f commit 4093026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ Finally, in order to improve discoverability for consumers of the `IActorBus` in
extension method overloads will be generated that surface the available actor messages
as non-generic overloads, such as:

![execute overloads](https://github.com/devlooped/CloudActors/blob/main/assets/img/command-overloads.png?raw=true)
![execute overloads](https://raw.githubusercontent.com/devlooped/CloudActors/main/assets/img/command-overloads.png?raw=true)

![query overloads](https://github.com/devlooped/CloudActors/blob/main/assets/img/query-overloads.png?raw=true)
![query overloads](https://raw.githubusercontent.com/devlooped/CloudActors/main/assets/img/query-overloads.png?raw=true)

## Event Sourcing

Expand Down
1 change: 0 additions & 1 deletion src/CloudActors.Package/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ An opinionated, simplified and uniform Cloud Native actors' library that integra
[![GitHub](https://img.shields.io/badge/-source-181717.svg?logo=GitHub)](https://github.com/devlooped/nugetizer)

<!-- include ../../readme.md#content -->
<!-- include ../../readme.md#sponsors -->

<!-- Exclude from auto-expansion by devlooped/actions-include GH action -->
<!-- exclude -->

0 comments on commit 4093026

Please sign in to comment.