This commit is contained in:
Christophe Grand 2015-09-03 12:59:23 +02:00
parent 371add5fcb
commit 5a2f672fee

View file

@ -4,6 +4,13 @@ More transducers and reduciing functions for Clojure!
## Usage
Add this dependency to your project:
```clj
[net.cgrand/xforms "0.1.0-SNAPSHOT"]
```
```clj
=> (require '[net.cgrand.xforms :as x])
```