From 8ac44a826ce1df90335b964c1c19925a81996460 Mon Sep 17 00:00:00 2001 From: Oleg Baranov Date: Wed, 11 Jan 2023 11:08:07 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a99d50f..30e11c7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It allows to make your website accessible via TON Network! ### Installation on any Linux ##### Download ```bash -wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.0.3/tonutils-reverse-proxy-linux-amd64 +wget https://github.com/ton-utils/reverse-proxy/releases/download/v0.0.4/tonutils-reverse-proxy-linux-amd64 chmod 777 tonutils-reverse-proxy-linux-amd64 ```