diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 195403b..9ed9925 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ Next, update your environment with your [SENDGRID_API_KEY](https://app.sendgrid. ```bash echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env -echo "sendgrid.env" >> .gitignore +echo -e "\nsendgrid.env" >> .gitignore source ./sendgrid.env ```