From 8d9c69916bc46d0a2202d146f134049277dcbee3 Mon Sep 17 00:00:00 2001
From: Manjunath Reddy <5035624+manjufy@users.noreply.github.com>
Date: Thu, 13 Jan 2022 06:18:19 +0800
Subject: [PATCH] Update instructions to create new user record (#1489)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4338d172..0464d2f9 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ yarn dx
    npx prisma studio
    ```
 8. Click on the `User` model to add a new user record.
-9. Fill out the fields `email`, `username`, and `password` (remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/)) and click `Save 1 Record` to create your first user.
+9. Fill out the fields `email`, `username`, `password`, and set `metadata` to empty `{}` (remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/)) and click `Save 1 Record` to create your first user.
 10. Open a browser to [http://localhost:3000](http://localhost:3000) and login with your just created, first user.
 11. Set a 32 character random string in your .env file for the CALENDSO_ENCRYPTION_KEY.