diff --git a/readme.md b/readme.md
index 551089d9ad0b81a841a7bc6ba5a244d05b768bc4..a5a1211067eefbb0895212625ba43fd72fb3ad50 100644
--- a/readme.md
+++ b/readme.md
@@ -8,10 +8,10 @@ A Docker base-image containing Ruby dependencies for Jekyll instances using Jeky
 | 0.1 (or legacy)   |   Jekyll 3.8.6 | 1.17.3          |
 
 # How to use?
-In your `.gitlab-ci.yml` file add the following line:
+In your `.gitlab-ci.yml` file add the following line (make sure `r3` is written in lower-case):
 
 ```
-image: git-r3lab.uni.lu:4567/R3/docker/baseimage-jekyll-lcsb:latest
+image: git-r3lab.uni.lu:4567/r3/docker/baseimage-jekyll-lcsb:latest
 ```
 
 # How to build and push to the repository?