Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed May 24, 2015
1 parent 2030333 commit 7fc9e75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ For more examples, see [our acceptance test suite](test/datascript/test/).

```clj
:dependencies [
[org.clojure/clojure "1.7.0-beta2"]
[org.clojure/clojurescript "0.0-3211"]
[datascript "0.11.2"]
]
```

_Note:_ DataScript 0.11.2 and later will only work with CLJS 0.0-3196 and later
_Note:_ DataScript 0.11.2 and later requires Clojure 1.7.0-beta2 or later

_Note:_ DataScript 0.11.0 and later will only work with CLJS 0.0-3196 and later

```clj
(require '[datascript :as d])
Expand Down

0 comments on commit 7fc9e75

Please sign in to comment.