Skip to content

Commit 3164990

Browse files
author
Matt Bernier
authored
Merge pull request #43 from rohitdaryanani/master
add usage.md
2 parents eeff2b4 + 0c63d09 commit 3164990

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
1515
* [Announcements](#announcements)
1616
* [Installation](#installation)
1717
* [Quick Start](#quick-start)
18-
* [Usage](#usage)
18+
* [Library Usage Documentation](USAGE.md)
1919
* [Roadmap](#roadmap)
2020
* [How to Contribute](#contribute)
2121
* [Thanks](#thanks)
@@ -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

USAGE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Usage
2+
3+
- [Example Code](https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs)
4+
5+
## Environment Variables
6+
7+
You can do the following to create a .env file:
8+
9+
```cp .env_example .env```
10+
11+
Then, just add your API Key into your .env file.

0 commit comments

Comments
 (0)