diff --git a/README.md b/README.md
index 287ab32..2f5aeb9 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@
## Summary
* [Description](#description)
+* [Demo server](#demo)
* [Command line](#cmd)
* [Examples](#examples)
* [Release](#release)
@@ -68,6 +69,23 @@ What to expect from previous version:
keep maintening the project over time, as I get lost in touch of the Haskell ecosystem and new release.
* Armv7 build (aka raspberry pi), as new version of GHC (Haskell compiler) dropped its support
+
+## Demo server
+
+If you just want to try out that it can bypass you proxy.
+You can give it a try with wstunnel demo server.
+
+```bash
+# In a terminal start wstunnel client
+# You can set as tls-sni-override whatever domain you want. The tunnel is the only one that is going to be allowed.
+wstunnel client -L 'tcp://4443:localhost:444?proxy_protocol' -P demo --tls-sni-override=google.fr wss://49.13.58.9
+
+# on another terminal, run curl and it should return you this greetings
+curl -k https://localhost:4443
+> Memento mori !
+```
+
+
## Command line
```