Skip to content

Commit b7be7fd

Browse files
committed
update readme on .key
1 parent c72cf1b commit b7be7fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ The resulting bound array stored in `vm.items` will be:
7777
``` json
7878
[
7979
{
80-
"_key": "-Jtjl482BaXBCI7brMT8",
81-
"_value": 100
80+
".key": "-Jtjl482BaXBCI7brMT8",
81+
".value": 100
8282
},
8383
{
84-
"_key": "-Jtjl6tmqjNeAnQvyD4l",
84+
".key": "-Jtjl6tmqjNeAnQvyD4l",
8585
"first": "Fred",
8686
"last": "Flintstone"
8787
},
8888
{
89-
"_key": "-JtjlAXoQ3VAoNiJcka9",
89+
".key": "-JtjlAXoQ3VAoNiJcka9",
9090
"_value": "foo"
9191
}
9292
]

0 commit comments

Comments
 (0)