From 7ecb465e710587492cf10fe22a90dee07813ac5b Mon Sep 17 00:00:00 2001 From: Renic Lin Date: Fri, 12 Oct 2012 10:21:32 +0800 Subject: [PATCH] update readme file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd60d57..2a90859 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ this app is for my own practice for html, css and ClojureScript. use cljsc to compile cljs file into js file. ```$ cljsc todo.cljs '{:optimizations :simple :pretty-print true}' > todo.js``` - - or use leiningen cljsbuild command + + or use [lein-cljsbuild](https://github.com/emezeske/lein-cljsbuild) command ```$ lein cljsbuild auto```