Skip to content

Commit

Permalink
Fix the README example's return array
Browse files Browse the repository at this point in the history
  • Loading branch information
danheberden committed Apr 1, 2011
1 parent ea2f3b1 commit 3ce4b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -18,7 +18,7 @@ Returns

{ text1: "txt-one",
top: {
child: [ 1, 2, 3 ]
child: [ "1", "2", "3" ]
},
another: {
select: "opt"
Expand Down

0 comments on commit 3ce4b34

Please sign in to comment.