summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-07-27 10:11:12 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:31 -0600
commitf0fd4cadbb8f9716cc2c3e79f5885408999105de (patch)
treec1bd0b5191288d442be9a9cf8a1a99b183c134f2
parent6766cd9fdf4b761090740cfff1200b3ac684cdbe (diff)
downloadsendgrid-csharp-f0fd4cadbb8f9716cc2c3e79f5885408999105de.zip
sendgrid-csharp-f0fd4cadbb8f9716cc2c3e79f5885408999105de.tar.gz
sendgrid-csharp-f0fd4cadbb8f9716cc2c3e79f5885408999105de.tar.bz2
remove restsharp link
-rwxr-xr-xREADME.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index dfd0d52..307b5c5 100755
--- a/README.md
+++ b/README.md
@@ -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.