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.
1 parent 37ae59e commit 671c22eCopy full SHA for 671c22e
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