From 0b45494394813498813a142ee7349d3a1e1b36dd Mon Sep 17 00:00:00 2001 From: lwthiker <99899249+lwthiker@users.noreply.github.com> Date: Sat, 30 Apr 2022 15:15:50 +0300 Subject: [PATCH] Update README.md for version 0.4.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6e1485f..d57569eb 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ See [INSTALL.md](INSTALL.md). Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following: ```bash # Firefox version -docker pull lwthiker/curl-impersonate:0.3-ff -docker run --rm lwthiker/curl-impersonate:0.3-ff curl_ff95 https://www.wikipedia.org +docker pull lwthiker/curl-impersonate:0.4-ff +docker run --rm lwthiker/curl-impersonate:0.4-ff curl_ff95 https://www.wikipedia.org # Chrome version -docker pull lwthiker/curl-impersonate:0.3-chrome -docker run --rm lwthiker/curl-impersonate:0.3-chrome curl_chrome99 https://www.wikipedia.org +docker pull lwthiker/curl-impersonate:0.4-chrome +docker run --rm lwthiker/curl-impersonate:0.4-chrome curl_chrome99 https://www.wikipedia.org ``` ### Distro packages