From e503db4a64b9a52405c04f06ae81dd1e1de2a729 Mon Sep 17 00:00:00 2001 From: iolaru Date: Tue, 2 Jun 2015 17:41:45 +0300 Subject: [PATCH] Update libraries.md changed sendgrid-sendgrid to sendgrid-django, which is the actual name of the library (the user who reported it was confused by it) --- source/Integrate/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Integrate/libraries.md b/source/Integrate/libraries.md index 62484bdae6..1c1d90dc50 100644 --- a/source/Integrate/libraries.md +++ b/source/Integrate/libraries.md @@ -143,7 +143,7 @@ Python - [smtpapi-python](http://github.com/sendgrid/smtpapi-python) *by SendGrid*- Official Python library to create SMTP API headers - [greplin-tornado-sendgrid](https://github.com/Cue/greplin-tornado-sendgrid) *by Daniel Gross* - SendGrid client for Tornado Web Server - [django-sendgrid](https://github.com/RyanBalfanz/django-sendgrid) *by Ryan Balfanz* - SendGrid SMTP API interface for Django -- [sendgrid-sendgrid](https://github.com/elbuo8/sendgrid-django) *by Yamil Asusta* - SendGrid Web API interface for Django +- [sendgrid-django](https://github.com/elbuo8/sendgrid-django) *by Yamil Asusta* - SendGrid Web API interface for Django {% anchor h3 %} Ruby