summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-06-23 09:25:27 -0600
committerBrandon West <brawest@gmail.com>2014-06-23 09:25:27 -0600
commit64e62585587bd9c2ef59c6c03f97af67c550b560 (patch)
treed9ab7142195ef2663a514d24d5a27bb7c9eb11d3
parent88ac90fd02bdac068d0e2581b6711434c544e4a6 (diff)
downloadsendgrid-csharp-64e62585587bd9c2ef59c6c03f97af67c550b560.zip
sendgrid-csharp-64e62585587bd9c2ef59c6c03f97af67c550b560.tar.gz
sendgrid-csharp-64e62585587bd9c2ef59c6c03f97af67c550b560.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a9594c7..5202b40 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ and `new Web()` instead of `Web.GetInstance()`
#Requirements
-This library requires .NET 4.0 and above.
+As of 4.0.0, this library requires .NET 4.5 and above. If you need .NET 4.0 support, `Install-Package sendgri -V 3.0.2`
#Installation