Skip to content

Commit

Permalink
Fix mermaid syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar committed Feb 13, 2024
1 parent 57f0fbf commit 6970658
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ Figure 1 represents what you're going to achieve in this task.
graph LR;

subgraph local[Local client machine]
client([client])-- local <br> traffic .-> local_ssh[Local SSH <br> SOCKS5 proxy];
client([client])-. local <br> traffic .-> local_ssh[Local SSH <br> SOCKS5 proxy];
end
local_ssh[SSH <br>SOCKS5 <br> proxy]-- SSH Tunnel -->sshd

Expand Down

0 comments on commit 6970658

Please sign in to comment.