Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-12 14:57:09 +01:00 committed by GitHub
parent 503840ae39
commit 8b10e88ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,14 @@
## Terminal
{% raw %}
<pre class="mermaid">
graph TD
A[Client] --> B[Load Balancer]
B --> C[Server01]
B --> D[Server02]
flowchart LR
id1([Start])
</pre>
<pre class="mermaid">
flowchart LR
id1([Stop])
</pre>
{% endraw %}