summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2013-01-17 16:05:38 -0700
committerbrandonmwest <brawest@gmail.com>2013-01-17 16:05:38 -0700
commitd804715b55e6befcea6164d04a48e0ff86e9dd00 (patch)
treeb711b23664292ae73aabbebd0771df26f6dafcf8
parentc40daa6d204cf86365920066bf1cf630cfa2c9cf (diff)
downloadsendgrid-csharp-d804715b55e6befcea6164d04a48e0ff86e9dd00.zip
sendgrid-csharp-d804715b55e6befcea6164d04a48e0ff86e9dd00.tar.gz
sendgrid-csharp-d804715b55e6befcea6164d04a48e0ff86e9dd00.tar.bz2
Update README.md
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e922617..07270a1 100755
--- a/README.md
+++ b/README.md
@@ -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: