Skip to content

Commit e48d812

Browse files
author
Sergio García Prado
committed
ISSUE #1
* Simplify descriptions.
1 parent 3b134a0 commit e48d812

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ This project follows a modular structure based on python packages.
3333

3434
The core packages provide the base implementation of the framework.
3535

36-
* [minos-microservice-aggregate](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-aggregate): The implementation of the Aggregate pattern.
37-
* [minos-microservice-common](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-common): The implementation of common classes and utilities to be used by another packages.
38-
* [minos-microservice-cqrs](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-cqrs): The implementation of the CQRS pattern.
39-
* [minos-microservice-networks](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-networks): The implementation of the rest server, the broker client, the discovery connector, etc.
40-
* [minos-microservice-saga](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-saga): The implementation of the SAGA pattern.
36+
* [minos-microservice-aggregate](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-aggregate): The Aggregate pattern implementation.
37+
* [minos-microservice-common](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-common): The common core.
38+
* [minos-microservice-cqrs](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-cqrs): The CQRS pattern implementation.
39+
* [minos-microservice-networks](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-networks): The networks core.
40+
* [minos-microservice-saga](https://minos-framework.github.io/minos-python/packages/core/minos-microservice-saga): The SAGA pattern implementation.
4141

4242
### Plugins
4343

0 commit comments

Comments
 (0)