summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2013-07-28 14:11:16 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:31 -0600
commit8f0c87ba2059be4c2b411efa88567cd4b7ce393a (patch)
tree24a8c1b5057d4c1fadba42852654c0d8659df9f1
parent033c34e06e08c263a79f4aa381ed464c44b6756f (diff)
downloadsendgrid-csharp-8f0c87ba2059be4c2b411efa88567cd4b7ce393a.zip
sendgrid-csharp-8f0c87ba2059be4c2b411efa88567cd4b7ce393a.tar.gz
sendgrid-csharp-8f0c87ba2059be4c2b411efa88567cd4b7ce393a.tar.bz2
Update README.md
-rwxr-xr-xREADME.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 063b162..14b0ad5 100755
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+#Requirements
+
+This library requires .NET 4.5. If you need support for .NET 4.0, you may use [version 1.1.1](https://www.nuget.org/packages/Sendgrid/1.1.1)
+#Installation
+
To use SendGrid in your C# project, you can either <a href="https://github.com/sendgrid/sendgrid-csharp.git">download the SendGrid C# .NET libraries directly from our Github repository</a> or, if you have the NuGet package manager installed, you can grab them automatically.
```