diff options
-rwxr-xr-x | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ To use SendGrid in your C# project, you can either <a href="https://github.com/s PM> Install-Package SendGrid ``` -Once you have the SendGrid libraries properly referenced in your project, you can include calls to them in your code. For a sample implementation, check the **Examples** folder of this repository. +Once you have the SendGrid libraries properly referenced in your project, you can include calls to them in your code. +For a sample implementation, check the [Example](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/Example) folder. In order to send a simple HTML email using the SendGrid SMTP API, use this code sample: |