From 445edf6c0cb92b70572879c69292c8027505e6ec Mon Sep 17 00:00:00 2001 From: ge Date: Thu, 15 Dec 2022 03:16:22 +0300 Subject: [PATCH] fix typo --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c346fb8..cecb0a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Shadowsock-libev with v2ray-plugin image on Alpine Linux 3.17.0 +# Shadowsocks-libev with v2ray-plugin image on Alpine Linux 3.17.0 ## Build @@ -18,13 +18,7 @@ docker run \ --publish 8388:8388 \ --publish 8388:8388/udp \ --restart always \ - ss-libev-v2ray:3.3.5-r1-1.3.2 + nxhs/ss-libev-v2ray:3.3.5-r1-1.3.2 ``` -Built image is available on DockerHub: - -```shell -docker pull nxhs/ss-libev-v2ray -``` - -See client.json for client config example. Don't forget install v2ray-plugin on client too. +See [client.json](client.json) for client config example. Don't forget install v2ray-plugin on client too.