Merge branch 'master' of github.com:nathanmarz/specter

This commit is contained in:
Nathan Marz 2016-02-11 16:54:25 -05:00
commit e661df1aeb

View file

@ -30,6 +30,7 @@ You can ask questions about Specter by [opening an issue](https://github.com/nat
Here's how to increment all the even values for :a keys in a sequence of maps:
```clojure
user> (use 'com.rpl.specter)
user> (transform [ALL :a even?]
inc
[{:a 1} {:a 2} {:a 4} {:a 3}])