summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-07-28 16:15:55 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:32 -0600
commit3607d7598e4a47801ac108f9288a5cf74412fd3a (patch)
tree2e403b29ccedbff40b694d5eb4d91e743bf7dc9e
parent94be8fa5df2056cdb7dd70687363cef630c38318 (diff)
downloadsendgrid-csharp-3607d7598e4a47801ac108f9288a5cf74412fd3a.zip
sendgrid-csharp-3607d7598e4a47801ac108f9288a5cf74412fd3a.tar.gz
sendgrid-csharp-3607d7598e4a47801ac108f9288a5cf74412fd3a.tar.bz2
update readme
-rwxr-xr-xREADME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14b0ad5..f9a7827 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
#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)
+This library requires .NET 4.0 and above.
+
#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.