Skip to content

Commit ccef94d

Browse files
README formatting fixes
1 parent 760d4a3 commit ccef94d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The following is the minimum needed code to send an email with the [/mail/send H
5757
using System;
5858
using SendGrid;
5959
using SendGrid.Helpers.Mail;
60+
using System.Threading.Tasks;
6061

6162
namespace Example
6263
{
@@ -94,6 +95,7 @@ The following is the minimum needed code to send an email without the /mail/send
9495
using System;
9596
using SendGrid;
9697
using Newtonsoft.Json; // You can generate your JSON string yourelf or with another library if you prefer
98+
using System.Threading.Tasks;
9799

98100
namespace Example
99101
{
@@ -142,6 +144,7 @@ namespace Example
142144
```csharp
143145
using System;
144146
using SendGrid;
147+
using System.Threading.Tasks;
145148

146149
namespace Example
147150
{
@@ -167,6 +170,7 @@ namespace Example
167170
```csharp
168171
using System;
169172
using SendGrid;
173+
using System.Threading.Tasks;
170174

171175
namespace Example
172176
{

0 commit comments

Comments
 (0)