From be6bc4e6d4711fde45d567e1ba14faed74066cb0 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Thu, 9 May 2013 09:18:39 -0700 Subject: [PATCH] Can't use less-than symbols in Markdown on Github. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccef274..67144a1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Splunk Search in Clojure A Clojure command line program that enables simple search access to a -splunk utility. +Splunk server endpoint. ## Usage @@ -20,7 +20,7 @@ Once all that's done, *and* you've got an instance of Splunk up at running, *and* you've successfully configure your .splunkrc file, you can try: -lein run 'search ' +lein run 'search [your search here]' ## License