summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2015-03-17 10:13:30 -0600
committerBrandon West <brawest@gmail.com>2015-03-17 10:13:30 -0600
commit009a19657ebad60bbfa800269a3bd730956ee5d0 (patch)
tree3dce54d0c0c6ab82e9737469ca4a860ebf288547
parent6354302c92e8994b44ae8fc89a992ad4ffca5b6d (diff)
downloadsendgrid-csharp-009a19657ebad60bbfa800269a3bd730956ee5d0.zip
sendgrid-csharp-009a19657ebad60bbfa800269a3bd730956ee5d0.tar.gz
sendgrid-csharp-009a19657ebad60bbfa800269a3bd730956ee5d0.tar.bz2
add link to .net40 fork
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b63fba5..39a4fed 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@ See the [changelog](https://github.com/sendgrid/sendgrid-csharp/blob/master/CHAN
#Requirements
-As of 4.0.0, this library requires .NET 4.5 and above. If you need .NET 4.0 support:
-> `Install-Package SendGrid -V 3.0.2`
+As of 4.0.0, this library requires .NET 4.5 and above. [Fork with .NET 4.0 support](https://www.nuget.org/packages/SendGrid.Net40/)
#Installation