From 40fcb6ac5c0a1ff47339b4504fbae2c7540d0f35 Mon Sep 17 00:00:00 2001 From: Juan Carlos Badillo Date: Sat, 4 Mar 2023 18:41:29 +0100 Subject: [PATCH] Small fix. A period at the end of the sentence for maintaining the same coherence with the rest of the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd94d40c..9bbdafc3 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ 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 The [Query Bus](src/Shared/Infrastructure/Bus/Query/InMemorySymfonyQueryBus.php) uses the Symfony Message Bus.