diff options
author | brandonmwest <brawest@gmail.com> | 2013-01-17 16:05:38 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2013-01-17 16:05:38 -0700 |
commit | d804715b55e6befcea6164d04a48e0ff86e9dd00 (patch) | |
tree | b711b23664292ae73aabbebd0771df26f6dafcf8 | |
parent | c40daa6d204cf86365920066bf1cf630cfa2c9cf (diff) | |
download | sendgrid-csharp-d804715b55e6befcea6164d04a48e0ff86e9dd00.zip sendgrid-csharp-d804715b55e6befcea6164d04a48e0ff86e9dd00.tar.gz sendgrid-csharp-d804715b55e6befcea6164d04a48e0ff86e9dd00.tar.bz2 |
Update README.md
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ 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. This first example shows the basic structure of the code required to call the SendGrid libraries and send email. 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. This first example shows the basic structure of the code required to call the SendGrid libraries and send email. For a sample implementation, check the **Examples** folder of this repository. In order to send a simple HTML email using the SendGrid SMTP API, use this code sample: |