From e8a14abd34e238a5c55b0c3d031e8311c5e17de0 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Sat, 3 Feb 2024 11:55:11 +0300 Subject: [PATCH] fix readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d64f70..c0d30c2 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ expose on the host's port `443` (tcp): ```shell docker run -d --name udptlspipe -p 443:8443/tcp \ - ghcr.io/ameshkov/udptlspipe:master \ + ghcr.io/ameshkov/udptlspipe \ --server \ -d 2.3.4.5:8123 \ -p SecurePassword @@ -127,8 +127,7 @@ expose on the host's port `1234` (udp): ```shell docker run -d --name udptlspipe -p 1234:8443/udp \ - ghcr.io/ameshkov/udptlspipe:master \ - --server \ + ghcr.io/ameshkov/udptlspipe \ -d 2.3.4.5:8123 \ -p SecurePassword ```