summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46037c3..088e0e7 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,8 @@ var transportWeb = new Web("This string is an API key");
// Send the email.
transportWeb.DeliverAsync(myMessage);
+// If your developing a Console Application, use the following
+// transportWeb.DeliverAsync(myMessage).Wait();
```
#How to: Add an Attachment