From c2f669db719d0da68ccdcca826b1308137fac08f Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Sun, 24 Dec 2017 17:57:26 -0500 Subject: [PATCH] update example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 086f075..1904f35 100644 --- a/README.md +++ b/README.md @@ -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] ```