From cd66623f8cec872d809aa068e8573a97fc6b0744 Mon Sep 17 00:00:00 2001
From: Bharat Middha <5100938+bmiddha@users.noreply.github.com>
Date: Sat, 4 Jan 2020 11:12:48 -0600
Subject: [PATCH] addressed PR comments: README heading level
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c57c023..6cf76c1 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ You can test that it works locally by updating `MONGODB_URI_LOCAL` to the same c
After rebuilding/serving, the app should work, but users that were previously created in local testing will not exist in the new database!
Don't forget to return the `MONGO_URI_LOCAL` to your local test database (if you so desire).
-## SendGrid Account
+### SendGrid Account
1. Navigate to [SendGrid's Website](https://sendgrid.com/), sign up for a free account, and complete the verification process.
2. Open your `.env` file and update `SENDGRID_USERNAME` and `SENDGRID_PASSWORD` with your SendGrid username and password respectively.