summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-07-27 14:27:14 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:31 -0600
commit224bdd20d16ce43b4d732cc2c3397dd1967dc6e4 (patch)
tree01ff00b2fbc4158d9c2471b6989bdd607eb18556
parentab511dceb19812cec667f20f231785f3ff368aaa (diff)
downloadsendgrid-csharp-224bdd20d16ce43b4d732cc2c3397dd1967dc6e4.zip
sendgrid-csharp-224bdd20d16ce43b4d732cc2c3397dd1967dc6e4.tar.gz
sendgrid-csharp-224bdd20d16ce43b4d732cc2c3397dd1967dc6e4.tar.bz2
update readme and example program
-rwxr-xr-xREADME.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 307b5c5..063b162 100755
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ For a sample implementation, check the [Example](https://github.com/sendgrid/sen
Add the following namespaces to use the library:
```csharp
+using System;
using System.Net;
using System.Net.Mail;
using SendGridMail;