Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add description to node "optional"
  • Loading branch information
illinoisrobert authored Nov 14, 2024
1 parent e6a02be commit 1379a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ flowchart TD
switch2("Switch 2")
switch1("Switch 1")
subgraph OPTIONAL
explain@{shape: text, label: "If this section is omitted, connect **Switch 2** directly to **Server**"}
switch3("Switch 3")
tls("TLS Appliance")
end
Expand All @@ -15,7 +16,6 @@ flowchart TD
client("Client Computer")
collector("Collector Computer") o-- Mirror --o switch1 & switch2 & switch3
end
subgraph Sharam
computer1["First computer"] o--o sswitch1[Switch 1] o--o dut["device under test"] o--o sswitch2[Switch 2] o--o computer2["Second Computer"]
switch3("Switch 3")
Expand Down

0 comments on commit 1379a0e

Please sign in to comment.