From 7d0d5d9bb7136356df6e84d7e85cfb3434af7f9a Mon Sep 17 00:00:00 2001 From: Tim Harshman Date: Fri, 20 Oct 2017 23:18:34 -0700 Subject: [PATCH 1/2] Update README.md Update readme to address #35 and update it like the nodejs README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b0489c..c7263ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -[![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client) +[![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png) + +[![BuildStatus](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client) +[![Email Notifications Badge](https://dx.sendgrid.com/badge/php)](https://dx.sendgrid.com/newsletter/php) +[![npm](https://img.shields.io/npm/l/express.svg)]() +[![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid) +[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/sendgrid-nodejs.svg)](https://github.com/sendgrid/sendgrid-nodejs/graphs/contributors) **Quickly and easily access any RESTful or RESTful-like API.** From 3c71f7b20fae8bc0f31c1743041df794b2f1c50f Mon Sep 17 00:00:00 2001 From: Tim Harshman Date: Sun, 22 Oct 2017 11:16:40 -0700 Subject: [PATCH 2/2] Fix README.md Removed npm link and fixed contributors link --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7263ce..f9f6b48 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -[![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png) +![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png) [![BuildStatus](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client) [![Email Notifications Badge](https://dx.sendgrid.com/badge/php)](https://dx.sendgrid.com/newsletter/php) -[![npm](https://img.shields.io/npm/l/express.svg)]() [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid) -[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/sendgrid-nodejs.svg)](https://github.com/sendgrid/sendgrid-nodejs/graphs/contributors) +[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors) **Quickly and easily access any RESTful or RESTful-like API.**