From f2c48e33f12bedf5f688f1a1617ba1575ad9e812 Mon Sep 17 00:00:00 2001 From: Anshul Singhal Date: Mon, 6 Aug 2018 13:05:57 -0700 Subject: [PATCH] Updated README for more info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbcebafdc..d8823e2f0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ We appreciate your continued support, thank you! * [License](#license) + # Installation ## Prerequisites @@ -47,7 +48,7 @@ We appreciate your continued support, thank you! ## Setup Environment Variables -Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example: +Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) (more info [here](https://sendgrid.com/docs/User_Guide/Settings/api_keys.html)), for example: ```bash echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env @@ -67,6 +68,7 @@ pip install sendgrid - [Python-HTTP-Client](https://github.com/sendgrid/python-http-client) + # Quick Start