diff --git a/readme.md b/readme.md
index 4d7f26f..76b667e 100644
--- a/readme.md
+++ b/readme.md
@@ -20,8 +20,8 @@ branch.
-This can be done in a compose file as well by specifying it as an build
-argument.
+When using compose, it can be specified as a build argument which will be
+passed to the builder.
```yaml
build:
@@ -29,7 +29,8 @@ build:
args: { TAG: master }
```
-Will tell docker to pass the `TAG` argument to the `Dockerfile` when building.
+This will for example tell docker to build it using the `master` branch like
+the command.
## Setting Up The Image