summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.