From 233f09d83c9100211b5d3d492aa252ffc5a305d2 Mon Sep 17 00:00:00 2001 From: Victor Powell Date: Sun, 18 May 2014 22:55:35 -0700 Subject: [PATCH] added README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f40340 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ + +# DDD + +plot common visualizations from the command line + +Quick example: + +````bash + echo [1,2,3] | ddd +```` \ No newline at end of file