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 %}
|
||||
<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 %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue