update readme example

This commit is contained in:
nathanmarz 2017-01-17 17:02:31 -05:00
parent 15600981fd
commit d966ed8ca1

View file

@ -175,7 +175,7 @@ user> (select (walker number?)
Navigate via non-keyword keys:
```clojure
user> (select [(keypath "a") (keypath "b")]
user> (select (keypath "a" "b")
{"a" {"b" 10}})
[10]
```