From 8ffa075ad031438892fdddf199e355972427a270 Mon Sep 17 00:00:00 2001 From: Mick Dekkers Date: Fri, 26 Oct 2018 18:24:59 +0200 Subject: [PATCH] fix typo in readme (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7828bea..0cb5762 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Both a percentage "score" and total wasted file space is provided. You can build a Docker image and do an immediate analysis with one command: `dive build -t some-tag .` -You only need to replace you `docker build` command with the same `dive build` +You only need to replace your `docker build` command with the same `dive build` command.