From 3ce4b3400c969e79ab5fc58daadaeef02289e562 Mon Sep 17 00:00:00 2001 From: Dan Heberden Date: Fri, 1 Apr 2011 13:27:01 -0700 Subject: [PATCH] Fix the README example's return array --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d488b8b..b3a142f 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Returns { text1: "txt-one", top: { - child: [ 1, 2, 3 ] + child: [ "1", "2", "3" ] }, another: { select: "opt"