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.