Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richcollins committed Nov 10, 2010
1 parent 979ec2b commit cf9a99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -189,8 +189,8 @@ ls(path, optionalMaxNumber, optionalStart, optionalReverseBool, optionalReturnCo
Inline example. The Database node (meta slot names here are denoted with underscores):

{
"first name": { "_type": "String", "_data": "John" },
"age": { "_type": "Number", "_data": "30" },
"first name": { "type": "String", "data": "John" },
"age": { "type": "Number", "data": "30" },
}

Would be inlined as:
Expand Down

0 comments on commit cf9a99d

Please sign in to comment.