Fix mermaid diagram in README

This commit is contained in:
Stanislas Lange 2025-03-15 22:52:11 +01:00
parent 19e4b7961f
commit 7e32f6ae83
No known key found for this signature in database

View File

@ -20,13 +20,13 @@ Each client will be able to route its internet traffic through the server, fully
```mermaid
graph LR
A[Phone] --> VPN
B[Laptop] --> VPN
C[Computer] --> VPN
A[Phone] -->|Encrypted| VPN
B[Laptop] -->|Encrypted| VPN
C[Computer] -->|Encrypted| VPN
VPN[OpenVPN Server]
VPN -->|Encrypted Traffic| I[Internet]
VPN --> I[Internet]
```
## Usage