summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2015-01-25 13:32:27 -0700
committerBrandon West <brawest@gmail.com>2015-01-25 13:32:27 -0700
commitc97ccbbcbea24c8f2ac66163032f422721a11bd6 (patch)
tree30a1e15e4e1f5532cc235bc00f7289f189548f2a
parent6b2ed696bcd3f9409b1f7a5bef3ce41086f2df85 (diff)
parent125467098a7c244012539a86839dff0542413f9d (diff)
downloadsendgrid-csharp-c97ccbbcbea24c8f2ac66163032f422721a11bd6.zip
sendgrid-csharp-c97ccbbcbea24c8f2ac66163032f422721a11bd6.tar.gz
sendgrid-csharp-c97ccbbcbea24c8f2ac66163032f422721a11bd6.tar.bz2
Merge pull request #98 from 0xdeafcafe/master
fixed typo in README.md
-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