From 97c54660a54af62d544bf66b87981fc502449b6c Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 18 Nov 2015 18:06:56 -0800 Subject: [PATCH] Update README.md small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d64f8a0..b7fb03a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ This will drop any log lines that don't have `server1` as the host. sumoshell currently supports 3 aggregate operators: -1. `count`. Example queries: +1. `count` Example queries: ``` ... | sumo count # number of rows ... | sumo count key # number of rows per key @@ -73,7 +73,7 @@ sumoshell currently supports 3 aggregate operators: ``` -2. `sumosum` Example queries: +2. `sum` Example queries: ``` ... | sumo sum k # sum of all k's ... | sumo sum v by k # sum of all v's by k