summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Forbes-Reed <0xdeafcafe@users.noreply.github.com>2015-01-08 18:11:06 +0000
committerAlex Forbes-Reed <0xdeafcafe@users.noreply.github.com>2015-01-08 18:11:06 +0000
commit125467098a7c244012539a86839dff0542413f9d (patch)
tree3ae51559655dcbbe3aafee7849125d0e43d8e25d
parent88bbde7219098f8699dfa971e6c88a879e01c3fb (diff)
downloadsendgrid-csharp-125467098a7c244012539a86839dff0542413f9d.zip
sendgrid-csharp-125467098a7c244012539a86839dff0542413f9d.tar.gz
sendgrid-csharp-125467098a7c244012539a86839dff0542413f9d.tar.bz2
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