Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 3da2ece

Browse files
committed
Attending to @mbernier request
1 parent ffdeeec commit 3da2ece

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ echo "sendgrid.env" >> .gitignore
9696
source ./sendgrid.env
9797
```
9898

99-
You can use the ```.env_example``` file located at "examples" folder. Just copy it to a ```.env``` folder ou can put on your project's root.
99+
You can copy the .env_example file located in the "examples" folder to ```.env``` in your project's root.
100+
101+
```cp examples/.env_sample .env```
102+
103+
Then add your API Key into the file
100104

101105
Here is the [full working code](https://github.com/sendgrid/nodejs-http-client/blob/master/examples/example.js).
102106

0 commit comments

Comments
 (0)