Skip to content

Commit b79f13a

Browse files
committed
Add a .env_sample file and Update README
1 parent 0c422e2 commit b79f13a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env_sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export SENDGRID_API_KEY=''

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ echo "sendgrid.env" >> .gitignore
5555
source ./sendgrid.env
5656
```
5757

58+
Sengrid also supports local enviroment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.
59+
5860
## Install Package
5961

6062
```bash

0 commit comments

Comments
 (0)