diff --git a/README.md b/README.md
index febc7122f1bd69a4e619a2419314bb9d7a1cca33..198d10ed6667569678e9eefe52d099ff34186d1b 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ The structure of this repo is as follows:
 You need to deploy both the helm operator and flux itself:
 ```bash
 $ helm upgrade -i helm-operator fluxcd/helm-operator --namespace flux \
-    --version 1.1.0 --values helm-operator-values.yaml
+    --values helm-operator-values.yaml
 
 $ helm upgrade -i flux fluxcd/flux --namespace flux \
     --version 1.3.0 \