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