diff --git a/README.md b/README.md index 15a1917..fcdba5a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h * [Announcements](#announcements) * [Installation](#installation) * [Quick Start](#quick-start) -* [Usage](#usage) +* [Library Usage Documentation](USAGE.md) * [Roadmap](#roadmap) * [How to Contribute](#contribute) * [Thanks](#thanks) @@ -85,20 +85,6 @@ Console.WriteLine(response.StatusCode); Console.WriteLine(response.Body.ReadAsStringAsync().Result); Console.WriteLine(response.Headers.ToString()); ``` - -# Usage - -- [Example Code](https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs) - -## Environment Variables - -You can do the following to create a .env file: - -```cp .env_example .env``` - -Then, just add your API Key into your .env file. - - # Roadmap diff --git a/USAGE.md b/USAGE.md new file mode 100644 index 0000000..3df24d1 --- /dev/null +++ b/USAGE.md @@ -0,0 +1,11 @@ +# Usage + +- [Example Code](https://github.com/sendgrid/csharp-http-client/blob/master/Example/Example.cs) + +## Environment Variables + +You can do the following to create a .env file: + +```cp .env_example .env``` + +Then, just add your API Key into your .env file.