We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c781d8c commit f1a218eCopy full SHA for f1a218e
README.md
@@ -138,7 +138,13 @@ print $response->body();
138
139
- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)
140
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.
+## 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.
148
149
<a name="roadmap"></a>
150
# Roadmap
0 commit comments