Skip to content

Commit 799a9c3

Browse files
Merge pull request #486 from yankyhgoflow/readme-sample-return
Update README.md
2 parents 1646bed + 582dd45 commit 799a9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ var books = db.Query("Books")
8989
```
9090

9191
This will include the property "Author" on each "Book"
92-
```json
92+
```jsonc
9393
[{
9494
"Id": 1,
9595
"PublishedAt": "2019-01-01",
96-
"AuthorId": 2
96+
"AuthorId": 2,
9797
"Author": { // <-- included property
9898
"Id": 2,
9999
"...": ""

0 commit comments

Comments
 (0)