Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
503840ae39
commit
8b10e88ac5
1 changed files with 9 additions and 4 deletions
|
@ -1,9 +1,14 @@
|
||||||
|
|
||||||
|
## Terminal
|
||||||
{% raw %}
|
{% raw %}
|
||||||
<pre class="mermaid">
|
<pre class="mermaid">
|
||||||
graph TD
|
flowchart LR
|
||||||
A[Client] --> B[Load Balancer]
|
id1([Start])
|
||||||
B --> C[Server01]
|
|
||||||
B --> D[Server02]
|
|
||||||
</pre>
|
</pre>
|
||||||
|
<pre class="mermaid">
|
||||||
|
flowchart LR
|
||||||
|
id1([Stop])
|
||||||
|
</pre>
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue