diff options
author | Brandon West <brawest@gmail.com> | 2015-01-25 13:32:27 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-01-25 13:32:27 -0700 |
commit | c97ccbbcbea24c8f2ac66163032f422721a11bd6 (patch) | |
tree | 30a1e15e4e1f5532cc235bc00f7289f189548f2a | |
parent | 6b2ed696bcd3f9409b1f7a5bef3ce41086f2df85 (diff) | |
parent | 125467098a7c244012539a86839dff0542413f9d (diff) | |
download | sendgrid-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.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 |