summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2013-01-17 16:28:08 -0700
committerbrandonmwest <brawest@gmail.com>2013-01-17 16:28:08 -0700
commit7ed2ce8a1a20bb0334b2427c68800d3ced20028e (patch)
treeb74f5fad28ee083f0bcc4d0fbc0f66b48cee0516
parentf2a4a3f377da0e4a87fac63a19d451e238449c85 (diff)
downloadsendgrid-csharp-7ed2ce8a1a20bb0334b2427c68800d3ced20028e.zip
sendgrid-csharp-7ed2ce8a1a20bb0334b2427c68800d3ced20028e.tar.gz
sendgrid-csharp-7ed2ce8a1a20bb0334b2427c68800d3ced20028e.tar.bz2
Update README.md
-rwxr-xr-xREADME.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 872e2e1..d0e7c42 100755
--- a/README.md
+++ b/README.md
@@ -36,7 +36,6 @@ myMessage.Subject = "Testing the SendGrid Library";
myMessage.Html = "<p>Hello World!</p>";
myMessage.Text = "Hello World plain text!";
```
-For more information on all properties and methods supported by the **SendGrid** type, see [sendgrid-csharp](https://github.com/sendgrid/sendgrid-csharp) on GitHub.
#How to: Send an Email