summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60f8be5..1094f52 100755
--- a/README.md
+++ b/README.md
@@ -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: