Skip to content

Commit

Permalink
Updated readme formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Mar 21, 2011
1 parent fc85fbd commit 1af9d9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ only for now)

2. Add a `:cljs` entry to your project.clj:

:cljs {:source-path "src/cljs"
:source-output-path "resources/public/js"
:source-libs [some-ns.app]
:test-path "test/cljs"
:test-output-path "resources/testjs"
:test-libs [app-test]}
:cljs {:source-path "src/cljs"
:source-output-path "resources/public/js"
:source-libs [some-ns.app]
:test-path "test/cljs"
:test-output-path "resources/testjs"
:test-libs [app-test]}


3. Make sure the paths you specify above exist.
Expand Down

0 comments on commit 1af9d9b

Please sign in to comment.