diff options
author | Alex Forbes-Reed <0xdeafcafe@users.noreply.github.com> | 2015-01-08 18:11:06 +0000 |
---|---|---|
committer | Alex Forbes-Reed <0xdeafcafe@users.noreply.github.com> | 2015-01-08 18:11:06 +0000 |
commit | 125467098a7c244012539a86839dff0542413f9d (patch) | |
tree | 3ae51559655dcbbe3aafee7849125d0e43d8e25d | |
parent | 88bbde7219098f8699dfa971e6c88a879e01c3fb (diff) | |
download | sendgrid-csharp-125467098a7c244012539a86839dff0542413f9d.zip sendgrid-csharp-125467098a7c244012539a86839dff0542413f9d.tar.gz sendgrid-csharp-125467098a7c244012539a86839dff0542413f9d.tar.bz2 |
fixed typo in README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |