From 6c094efa09be57d1485f2e1a746ed40ea6a03c93 Mon Sep 17 00:00:00 2001 From: Davide Fiorentino Date: Fri, 18 Dec 2015 16:49:14 +0000 Subject: [PATCH] update labeled to labelled for consinstency with code. --- README.md | 6 +++--- ...es_only_labeled.png => images_only_labelled.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename sample/{images_only_labeled.png => images_only_labelled.png} (100%) diff --git a/README.md b/README.md index a8b8561..04a39d0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Image can be visualized as [Graphviz](http://www.graphviz.org), or as a tree or ## Containers -Currently, containers are visualized with labeled lines for links. Containers that aren't running are greyed out. +Currently, containers are visualized with labelled lines for links. Containers that aren't running are greyed out. ``` $ dockviz containers -d | dot -Tpng -o containers.png @@ -43,10 +43,10 @@ $ dockviz images --dot | dot -Tpng -o images.png ``` $ dockviz images -d -l | dot -Tpng -o images.png OR -$ dockviz images --dot -only-labeled | dot -Tpng -o images.png +$ dockviz images --dot -only-labelled | dot -Tpng -o images.png ``` -![](sample/images_only_labeled.png "Image") +![](sample/images_only_labelled.png "Image") Or in short form: diff --git a/sample/images_only_labeled.png b/sample/images_only_labelled.png similarity index 100% rename from sample/images_only_labeled.png rename to sample/images_only_labelled.png