diff options
author | brandonmwest <brawest@gmail.com> | 2013-01-17 16:16:51 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2013-01-17 16:16:51 -0700 |
commit | 2b048c6ad650d09b564d510bcb1843ad6d0b7f1c (patch) | |
tree | c1c0cac24de6c5296ed9cf211854f49c2e8cb409 /README.md | |
parent | f80662748c203c3afe2597d24a1296bb38f8a608 (diff) | |
download | sendgrid-csharp-2b048c6ad650d09b564d510bcb1843ad6d0b7f1c.zip sendgrid-csharp-2b048c6ad650d09b564d510bcb1843ad6d0b7f1c.tar.gz sendgrid-csharp-2b048c6ad650d09b564d510bcb1843ad6d0b7f1c.tar.bz2 |
Update README.md
Diffstat (limited to 'README.md')
-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: |