We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37ae59e + 671c22e commit 8e04c14Copy full SHA for 8e04c14
README.md
@@ -89,7 +89,7 @@ Here's 2 examples showing how to format JSON or JS seed file:
89
{ "id": 2, "body": "bar" }
90
],
91
"comments": [
92
- { "id": 1, "body": "baz", "postId": 1 }
+ { "id": 1, "body": "baz", "postId": 1 },
93
{ "id": 2, "body": "qux", "postId": 2 }
94
]
95
}
0 commit comments