Fix mermaid diagram in README

Este commit está contenido en:
Stanislas Lange 2025-03-15 22:52:11 +01:00
padre 19e4b7961f
commit 7e32f6ae83
No se encontró ninguna clave conocida en la base de datos para esta firma

Ver fichero

@ -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