Merge pull request from djv/patch-1

Added clojure dependency version
This commit is contained in:
Adam Bard 2013-06-28 16:08:08 -07:00
commit 3301f77062

View File

@ -12,6 +12,9 @@ state as it comes up.
This combination allows it to handle concurrent processing very simply, This combination allows it to handle concurrent processing very simply,
and often automatically. and often automatically.
(You need a version of Clojure 1.2 or newer)
```clojure ```clojure
; Comments start with semicolons. ; Comments start with semicolons.