update readme example
This commit is contained in:
parent
15600981fd
commit
d966ed8ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue