From 7e75d7effb651e7d725acafe73172182ae49e30b Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 4 May 2014 14:24:01 -0700 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8d842c..1686d51 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ Visualizing Docker Data -This command takes the raw Docker JSON and visualizes it in various ways. The -only thing that works so far is [Graphviz](http://www.graphviz.org), but others -will come. +This command takes the raw Docker JSON and visualizes it in various ways. + +For image information, output can be formatted as +[Graphviz](http://www.graphviz.org) or as a tree in the terminal. # Running