summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c595a5f..8d38ce6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@ and `new Web()` instead of `Web.GetInstance()`
#Requirements
-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`
+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`
#Installation