diff --git a/README.markdown b/README.markdown index 96be64f..20598b3 100644 --- a/README.markdown +++ b/README.markdown @@ -10,10 +10,11 @@ More information about Storm can be found on the [project page](http://github.co ## Running an example with Leiningen +``` lein deps lein compile java -cp `lein classpath` storm.starter.ExclamationTopology - +``` ## Maven