diff options
author | Brandon West <brawest@gmail.com> | 2014-03-04 16:05:33 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-03-04 16:05:33 -0700 |
commit | f647ab992d5d42ce3d42d2ec869ccce4a7f66bc2 (patch) | |
tree | a6f285a2a7c14500088477d9833e53723e321750 | |
parent | 3349182fe1b0b453b9b31e6e84e8c4abf4b5f98a (diff) | |
download | sendgrid-csharp-f647ab992d5d42ce3d42d2ec869ccce4a7f66bc2.zip sendgrid-csharp-f647ab992d5d42ce3d42d2ec869ccce4a7f66bc2.tar.gz sendgrid-csharp-f647ab992d5d42ce3d42d2ec869ccce4a7f66bc2.tar.bz2 |
Update README.md
-rwxr-xr-x | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ using System; using System.Net; using System.Net.Mail; using SendGridMail; -using SendGridMail.Transport; ``` #How to: Create an email |