diff --git a/README.md b/README.md index 80b3cbd..621b3d5 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,22 @@ $speed2 = Speed::from(85.2); $speed1 === $speed2; // is true ``` +## Core + +> To be completed + +### Command Dispatcher + +> To be completed + +> See detailed implementation proposal: [jeckel-lab/command-dispatcher](https://github.com/Jeckel-Lab/command-dispatcher) + +### Query Dispatcher + +> To be completed + +> See detailed implementation proposal: [jeckel-lab/query-dispatcher](https://github.com/Jeckel-Lab/query-dispatcher) + ## Old Documentation ### Core