summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2014-02-07 11:37:15 -0700
committerbrandonmwest <brawest@gmail.com>2014-02-07 11:37:15 -0700
commit66094a4e8321e834229a70084a6235360e52155c (patch)
tree7eeb1c75c50c3bf88bb10fb0441fa553b54695d6
parentf0c8607a24721af277bf5e98bfc62997ef04088d (diff)
downloadsendgrid-csharp-66094a4e8321e834229a70084a6235360e52155c.zip
sendgrid-csharp-66094a4e8321e834229a70084a6235360e52155c.tar.gz
sendgrid-csharp-66094a4e8321e834229a70084a6235360e52155c.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 518103e..fa71a5d 100755
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ myMessage.Text = "Hello World plain text!";
After creating an email message, you can send it using the Web API provided by SendGrid. rate/) in the SendGrid documentation.
-Sending email with requires that you supply your SendGrid account credentials (username and password). The following code demonstrates how to wrap your credentials in a **NetworkCredential** object:
+Sending email requires that you supply your SendGrid account credentials (username and password). The following code demonstrates how to wrap your credentials in a **NetworkCredential** object:
```csharp
// Create network credentials to access your SendGrid account.