From d0750842c2ca20f283f956eb8236332ef929b28f Mon Sep 17 00:00:00 2001 From: jcbadillo Date: Wed, 27 Sep 2023 20:23:57 +0200 Subject: [PATCH] Small fix. A period at the end of the sentence for maintaining the same coherence with (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the rest of the documentation. Co-authored-by: Juan Carlos Badillo Co-authored-by: Rafa Gómez --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8893fc6af..2af641e94 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,8 @@ extend the [AggregateRoot](src/Shared/Domain/Aggregate/AggregateRoot.php). ### Command Bus There is 1 implementations of the [command bus](src/Shared/Domain/Bus/Command/CommandBus.php). +1. [Sync](src/Shared/Infrastructure/Bus/Command/InMemorySymfonyCommandBus.php) using the Symfony Message Bus. -1. [Sync](src/Shared/Infrastructure/Bus/Command/InMemorySymfonyCommandBus.php) using the Symfony Message Bus ### Query Bus