todomvc readme tweak

This commit is contained in:
mike-thompson-day8 2015-05-03 19:04:20 +10:00
parent 5121634586
commit b567445f10
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ A [re-frame](https://github.com/Day8/re-frame) implementation of [TodoMVC](http:
cd re-frame/examples/todomvc cd re-frame/examples/todomvc
``` ```
1. build 1. clean build
``` ```
lein cljsbuild once lein do clean, cljsbuild once
``` ```
1. run 1. run