diff --git a/README.md b/README.md
index 04e40b0..3ae63ba 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,7 @@ docker pull ghcr.io/erebe/wstunnel:latest
## Examples
+* [Understand command line syntax](#syntax)
* [Simplest one with socks5 - Good for browsing internet](#simple)
* [Proxy SSH](#ssh)
* [Bypass a corporate proxy](#corporate)
@@ -174,6 +175,14 @@ docker pull ghcr.io/erebe/wstunnel:latest
* [Proxy easily any traffic with transparent proxy (linux only)](#tproxy)
* [How to secure access of your wstunnel server](#secure)
+### Understand command line syntax
+
+Wstunnel command line mimic ssh tunnel syntax.
+You can take reference to [this article](https://iximiuz.com/en/posts/ssh-tunnels/), or this diagram to understand
+
+
+---
+
### Simplest one
On your remote host, start the wstunnel's server by typing this command in your terminal
```bash