Skip to content

Commit 693100f

Browse files
authored
remove duplicate section
1 parent 73b7d39 commit 693100f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,6 @@ Install smtpapi-nodejs and its dependencies:
6161
npm install
6262
```
6363

64-
## Setup Environment Variables
65-
66-
### Initial Setup
67-
68-
```bash
69-
cp .env_sample .env
70-
```
71-
72-
### Environment Variable
73-
74-
Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example:
75-
76-
```bash
77-
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
78-
echo "sendgrid.env" >> .gitignore
79-
source ./sendgrid.env
80-
```
81-
8264
## Dependencies
8365

8466
- Please see [package.json](https://github.com/sendgrid/smtpapi-nodejs/blob/master/package.json)

0 commit comments

Comments
 (0)