diff --git a/3.0.2/Dockerfile b/Dockerfile
similarity index 90%
rename from 3.0.2/Dockerfile
rename to Dockerfile
index 24013d8..ea2a74f 100644
--- a/3.0.2/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,6 @@
FROM ubuntu:cosmic
LABEL author="artur@barichello.me"
-# Usage example:
-# godot --export "Mac OSX" /target/build.zip --path /path/to/project --build-solutions -quit -v
-
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
git \
diff --git a/README.md b/README.md
index 914686d..22a218a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@ https://hub.docker.com/r/barichello/godot-ci/
## Usage example
A `.gitlab-ci.yml` is included in this project as a usage example.
-After adapting the paths and names according to your project needs you will need the following **Variable** set in GitLab for this image to work:
+After adapting the paths and names according to your project needs you will need the following **Variables** set in GitLab for this image to work:
+
+*Access `https://gitlab.com///settings/ci_cd` to edit:*
|Variable|Description|Example|
|-|-|-|