Remove space in xforms dependency coordinates

This commit is contained in:
Jeff Stokes 2017-10-21 15:43:35 -04:00 committed by GitHub
parent 023ca6043e
commit 00b9e93e6e

View file

@ -37,7 +37,7 @@ In `net.cgrand.xforms.io`:
Add this dependency to your project:
```clj
[net.cgrand /xforms "0.12.1"]
[net.cgrand/xforms "0.12.1"]
```
```clj