From 82f448367b4e87d5e2e42931f952e92c4efd8a17 Mon Sep 17 00:00:00 2001 From: Manuel Castellin Date: Fri, 28 Feb 2020 18:51:16 +0000 Subject: [PATCH] docs: fix documentation wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af08f04..ffe0c2f 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ You can find more details in my blog post [Listing information for all your name The purpose for this script is to remove all untagged images from the docker local registry. When building the same docker images multiple times, it is easy to leave a lot of them behind without tags, especially when using `` tags. These eat up precious space in the -hard drive and have little benefit. The convenience script run the `docker rmi` command for all +hard drive and have little benefit. The convenience script executes the `docker rmi` command for all images with no tags assigned.