From 3fc3c26ea4ac3ea8094f2106fcf2cb0f4a0dda46 Mon Sep 17 00:00:00 2001 From: Andrew Musgrave Date: Fri, 19 Oct 2018 00:39:26 -0400 Subject: [PATCH] Add missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ce442009..984676ef43 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ async function main() { // Create a new user with a new post const newUser = await prisma .createUser({ - name: "Alice" + name: "Alice", posts: { create: { title: "The data layer for modern apps",