clojars
This commit is contained in:
parent
371add5fcb
commit
5a2f672fee
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ More transducers and reduciing functions for Clojure!
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Add this dependency to your project:
|
||||||
|
|
||||||
|
```clj
|
||||||
|
[net.cgrand/xforms "0.1.0-SNAPSHOT"]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
=> (require '[net.cgrand.xforms :as x])
|
=> (require '[net.cgrand.xforms :as x])
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue