summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-07-19 15:07:03 -0700
committerMaxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink>2016-09-20 20:09:35 +0500
commit28eb7a9de2557142a5c896488d1a0d671fc9a6ea (patch)
tree90ab61453a1471458be9fcf693426e48178442f0
parent26e65a4524cb4787cddedb776d699ade7fcd0c53 (diff)
downloadsendgrid-csharp-28eb7a9de2557142a5c896488d1a0d671fc9a6ea.zip
sendgrid-csharp-28eb7a9de2557142a5c896488d1a0d671fc9a6ea.tar.gz
sendgrid-csharp-28eb7a9de2557142a5c896488d1a0d671fc9a6ea.tar.bz2
Added supported versions to the README
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 43604f5..9c46194 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,14 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
# Installation
-## Setup Environment Variables
+## Prerequisites
+
+- .NET version 4.5.2
+- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-csharp)
-First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-csharp).
+## Setup Environment Variables
-Next, update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
+Update your Environment (user space) with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
## Install Package
@@ -53,8 +56,8 @@ using SendGrid.Helpers.Mail; // Include if you want to use the Mail Helper
## Dependencies
-- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-csharp))
- [SendGrid.CSharp.HTTP.Client](https://github.com/sendgrid/csharp-http-client)
+- [Newtonsoft.Json](http://www.newtonsoft.com/json)
# Quick Start