From 444d21c5d4e0a34a1e24e743873c6d3c688658ef Mon Sep 17 00:00:00 2001
From: Marco Malavolti <marco.malavolti@gmail.com>
Date: Tue, 19 Oct 2021 00:50:08 +0200
Subject: [PATCH] Improved Chrome instructions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ac4b9ad..0021a2d 100644
--- a/README.md
+++ b/README.md
@@ -186,11 +186,11 @@ The tool uses following status for IdPs:
 
 3. Use the URL created in the last step to discover the version of ChromeDriver to use. For example, the above URL will get your a file containing "73.0.3683.68".
 
-4. Use the version number retrieved from the previous step to construct the URL to download ChromeDriver. With version `72.0.3626.69`, the URL would be "https://chromedriver.storage.googleapis.com/index.html?path=73.0.3683.68/"
+4. Use the version number retrieved from the previous step to construct the URL to download ChromeDriver. With version `72.0.3626.68`, the URL would be "https://chromedriver.storage.googleapis.com/index.html?path=73.0.3683.68/"
 
 5. Download the Chromedriver and extract it with:
    * `cd $HOME/eccs`
-   * `wget https://chromedriver.storage.googleapis.com/73.0.3683.75/chromedriver_linux64.zip`
+   * `wget https://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_linux64.zip`
    * `unzip chromedriver_linux64.zip`
    * `rm chromedriver_linux64.zip google-chrome-stable_current_amd64.deb`
 
-- 
GitLab