Skip to content

Commit

Permalink
Merge remote branch 'uvtc/patch-1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsantiago committed Aug 23, 2012
2 parents ac79f1e + df71c26 commit c80838a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lambdas.

The unit tests for Stencil will automatically pull down the spec
files using git and run the tests against the current implementation (If you
want to do this yourself, you can clone the repo and type `cake test`).
want to do this yourself, you can clone the repo and type `lein test`).
Currently, all spec tests are passing.

To learn about the language itself, you should read the language
Expand Down
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(defproject stencil "0.3.1"
:description "Mustache in Clojure"
:url "https://github.com/davidsantiago/stencil"
:dependencies [[org.clojure/clojure "1.3.0"]
[scout "0.1.0"]
[quoin "0.1.0"]
Expand Down

0 comments on commit c80838a

Please sign in to comment.