update example

This commit is contained in:
nathanmarz 2017-12-24 17:57:26 -05:00
parent 09d0d071ef
commit c2f669db71

View file

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