Skip to content

Commit

Permalink
update readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
reniclin committed Oct 12, 2012
1 parent 588ab2e commit 7ecb465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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```

Expand Down

0 comments on commit 7ecb465

Please sign in to comment.