From 3141029c69ce4cad0ffa74f9d3c59f25624c919c Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Wed, 21 Aug 2024 16:01:49 +0200 Subject: [PATCH] Update example-architectures.md --- input/pagecontent/example-architectures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/example-architectures.md b/input/pagecontent/example-architectures.md index 974eaf14e..3d87273b1 100644 --- a/input/pagecontent/example-architectures.md +++ b/input/pagecontent/example-architectures.md @@ -3,7 +3,7 @@ The actors illustrated the [actors and transactions](actors-transactions.html) c This page provides some examples with some information on how this can be specified. -## Central prescription repository +### Central prescription repository In the central prescription repository, the order placer communicates the prescriptions with a central prescription repository (which therefore implements the specification (actors) of Order Receiver and Order Responder). Similarly, the Order Consumer consults that repository for checking which prescriptions are available and to fetch the information of those prescriptions.