Skip to content

Commit 8e04c14

Browse files
committed
Merge pull request typicode#20 from phillipadsmith/patch-1
Update README.md
2 parents 37ae59e + 671c22e commit 8e04c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Here's 2 examples showing how to format JSON or JS seed file:
8989
{ "id": 2, "body": "bar" }
9090
],
9191
"comments": [
92-
{ "id": 1, "body": "baz", "postId": 1 }
92+
{ "id": 1, "body": "baz", "postId": 1 },
9393
{ "id": 2, "body": "qux", "postId": 2 }
9494
]
9595
}

0 commit comments

Comments
 (0)