Skip to content

Commit 9e508e7

Browse files
author
Matt Bernier
authored
Update README.md
1 parent f2d4b6e commit 9e508e7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,20 @@ Console.WriteLine(response.StatusCode);
8585
Console.WriteLine(response.Body.ReadAsStringAsync().Result);
8686
Console.WriteLine(response.Headers.ToString());
8787
```
88-
89-
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.
90-
9188
<a name="usage"></a>
9289
# Usage
9390

9491
- [Example Code](https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs)
9592

93+
## Environment Variables
94+
95+
You can do the following to create a .env file:
96+
97+
```cp .env_example .env```
98+
99+
Then, just add your API Key into your .env file.
100+
101+
96102
<a name="roadmap"></a>
97103
# Roadmap
98104

@@ -123,4 +129,4 @@ csharp-http-client is guided and supported by the SendGrid [Developer Experience
123129
csharp-http-client is maintained and funded by SendGrid, Inc. The names and logos for csharp-http-client are trademarks of SendGrid, Inc.
124130

125131
# License
126-
[The MIT License (MIT)](LICENSE.txt)
132+
[The MIT License (MIT)](LICENSE.txt)

0 commit comments

Comments
 (0)