From 1ad068be0264f1785bfe7200c78c877263db6971 Mon Sep 17 00:00:00 2001
From: JonasS <jonass@dev.jsje.de>
Date: Tue, 6 Dec 2022 17:52:26 +0100
Subject: [PATCH] feat: User data from file - added ability to read user data
 from file (#93, thanks @Negashev)

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

diff --git a/README.md b/README.md
index 6170632..ef09e1a 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ You can find sources and pre-compiled binaries [here](https://github.com/JonasPr
 
 ```bash
 # Download the binary (this example downloads the binary for linux amd64)
-$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.9.2/docker-machine-driver-hetzner_3.9.2_linux_amd64.tar.gz
-$ tar -xvf docker-machine-driver-hetzner_3.9.2_linux_amd64.tar.gz
+$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.10.0/docker-machine-driver-hetzner_3.10.0_linux_amd64.tar.gz
+$ tar -xvf docker-machine-driver-hetzner_3.10.0_linux_amd64.tar.gz
 
 # Make it executable and copy the binary in a directory accessible with your $PATH
 $ chmod +x docker-machine-driver-hetzner
-- 
GitLab