From 83c4375ac9a0475b7a8f3b75e49290f4486a4914 Mon Sep 17 00:00:00 2001 From: Vitaly Shukela Date: Thu, 14 Nov 2024 02:57:54 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40ca280..248184c 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ Limitations * Current version of Websocat don't receive notification about closed sockets. This makes serving without `-E` or `-u` options or in backpressure scenarios prone to socket leak. * Readline is not integrated. Users are advices to wrap websocat using [`rlwrap`](https://linux.die.net/man/1/rlwrap) tool for more convenient CLI. * Build process of current version of Websocat is not properly automated and is fragile. -* Main version (v1) is based on obsolete dependency versions that trigger security warnings and may become tricky to build. There is new version (v4), but is not yet considered stable and [has many missing features](https://github.com/vi/websocat/issues/276). +* Main version (v1) is based on obsolete dependency versions that trigger security warnings and may become tricky to build. There is [new version (v4)](https://github.com/vi/websocat/tree/websocat4), but is not yet considered stable and [has many missing features](https://github.com/vi/websocat/issues/276). See also ---