From 2936d92938deffea7343b3a83db41509364dec78 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 23 May 2016 13:56:07 -0400 Subject: [PATCH] update todomvc README.md --- examples/todomvc/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md index 598377e..5ae4525 100644 --- a/examples/todomvc/README.md +++ b/examples/todomvc/README.md @@ -22,7 +22,7 @@ As well, you can install [views-honeysql](https://github.com/gered/views-honeysq if you want to try out using HoneySQL instead of SQL with views. But this example app does not use it so it's not required. -Once these libraries are install, you can simply build the ClojureScript: +Once these libraries are installed, you can simply build the ClojureScript: $ lein cljsbuild once @@ -30,9 +30,13 @@ And then start up a REPL and run: (-main) -And a new browser window should open to the app. +Or more simply, just do: -Alternatively, to build and run in one go: + $ lein run + +Done either way, a new browser window should open to the app. + +Alternatively, to build the ClojureScript and run the app all in one go: $ lein rundemo