diff --git a/README.md b/README.md
index b60665296804f2c8a21ddf59745c69a9f3ce51ad..e87e1590285cb6205cc82c19189d2d4eae084b46 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ This is the source code for the module that contains the common data models and
 # From local path, if you've cloned the Git repo
 pip3 install /home/foo/vipscore-python-common/
 # From GitLab
-pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.2.4
+pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@0.2.4
 ```
-...where the version is specified after the `@`
+...where the version is specified after the `@`. You can omit everything from `@` if you want the latest version
 
 If you're implementing a VIPS model, typical imports would be