Skip to content

Commit 6c9e121

Browse files
author
Matt Bernier
authored
removed Usage section
1 parent e167a7f commit 6c9e121

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,6 @@ Console.WriteLine(response.StatusCode);
8585
Console.WriteLine(response.Body.ReadAsStringAsync().Result);
8686
Console.WriteLine(response.Headers.ToString());
8787
```
88-
<a name="usage"></a>
89-
# Usage
90-
91-
- [Example Code](https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs)
92-
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-
10288
<a name="roadmap"></a>
10389
# Roadmap
10490

0 commit comments

Comments
 (0)