diff options
author | Brandon West <brawest@gmail.com> | 2013-07-27 10:11:12 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-07-29 09:28:31 -0600 |
commit | f0fd4cadbb8f9716cc2c3e79f5885408999105de (patch) | |
tree | c1bd0b5191288d442be9a9cf8a1a99b183c134f2 | |
parent | 6766cd9fdf4b761090740cfff1200b3ac684cdbe (diff) | |
download | sendgrid-csharp-f0fd4cadbb8f9716cc2c3e79f5885408999105de.zip sendgrid-csharp-f0fd4cadbb8f9716cc2c3e79f5885408999105de.tar.gz sendgrid-csharp-f0fd4cadbb8f9716cc2c3e79f5885408999105de.tar.bz2 |
remove restsharp link
-rwxr-xr-x | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ To use SendGrid in your C# project, you can either <a href="https://github.com/s PM> Install-Package SendGrid ``` -The SendGrid library depends on [RestSharp](https://github.com/restsharp/RestSharp). NuGet will handle this dependency automatically, otherwise you will need to add it manually. - Once you have the SendGrid libraries properly referenced in your project, you can include calls to them in your code. For a sample implementation, check the [Example](https://github.com/sendgrid/sendgrid-csharp/tree/master/SendGrid/Example) folder. |