Skip to content

Commit 51dc297

Browse files
author
Matt Bernier
authored
Update README.md
1 parent 426c2c8 commit 51dc297

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@ print $response->body();
138138

139139
- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)
140140

141-
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.
141+
## Environment Variables
142+
143+
You can do the following to create a .env file:
144+
145+
```cp .env_example .env```
146+
147+
Then, just add your API Key into your .env file.
142148

143149
<a name="roadmap"></a>
144150
# Roadmap

0 commit comments

Comments
 (0)