From c03e16bd5a5e74d9629cf441dbb67319d4776707 Mon Sep 17 00:00:00 2001 From: Renzo Kottmann Date: Fri, 21 Jun 2019 11:47:37 +0200 Subject: [PATCH] Add material yet to be rewritten --- docs/architecture.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index f9465e3..b1f148a 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -8,10 +8,10 @@ The validator itself is just an engine which executes validation according to a ```mermaid sequenceDiagram - participant A as Alice - participant J as John - A->>J: Hello John, how are you? - J->>A: Great! + participant e as Validator + participant c as Configuration + e ->> c: Read scenario.xml + e ->> c: Pick validation artifacts