Fixes syntax error in n00b-gettingStarted.md (#2735)

Co-authored-by: bolshoytoster <toasterbig@gmail.com.com>
This commit is contained in:
bolshoytoster 2022-02-16 20:21:58 +00:00 committed by GitHub
parent 9110bdfb5d
commit 8d77721dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Rendering in Mermaid is initalized by `mermaid.initialize()` call. You can place
And here is another:
<div class="mermaid">
graph TD
A[Client] -->|tcp_123|
A[Client] -->|tcp_123| B
B(Load Balancer)
B -->|tcp_456| C[Server1]
B -->|tcp_456| D[Server2]