summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2013-01-17 16:16:51 -0700
committerbrandonmwest <brawest@gmail.com>2013-01-17 16:16:51 -0700
commit2b048c6ad650d09b564d510bcb1843ad6d0b7f1c (patch)
treec1c0cac24de6c5296ed9cf211854f49c2e8cb409 /README.md
parentf80662748c203c3afe2597d24a1296bb38f8a608 (diff)
downloadsendgrid-csharp-2b048c6ad650d09b564d510bcb1843ad6d0b7f1c.zip
sendgrid-csharp-2b048c6ad650d09b564d510bcb1843ad6d0b7f1c.tar.gz
sendgrid-csharp-2b048c6ad650d09b564d510bcb1843ad6d0b7f1c.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-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: