From cbb979b574cb8fe242571b0019c8f3efd33f5555 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Fri, 20 Nov 2015 09:34:09 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 822bf59c73..a3025b2d89 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,8 @@ ls /tmp/foo cat /tmp/foo/*.log | strings ``` -You can also explore the data visually. Follow the instructions in `clients/explore`. +You can also explore the data visually. Follow the instructions in `clients/splore`. + +There are lots of other sample programs in `clients/` and they usually have `README`s. Have fun... + +TODO: There needs to be more of a big-picture introduction.