From 2adfcc04d42811232cac7427c0ff5191e8fbce3f Mon Sep 17 00:00:00 2001 From: kazoni Date: Mon, 23 Oct 2017 00:35:06 -0500 Subject: [PATCH 1/3] Add badges Added logo and badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 099ec48..5cd5841 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ +![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png) + [![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client) [![Latest Version on Packagist](https://img.shields.io/packagist/v/sendgrid/php-http-client.svg?style=flat-square)](https://packagist.org/packages/sendgrid/php-http-client) +[![Email Notifications Badge](https://dx.sendgrid.com/badge/php-http-client)](https://dx.sendgrid.com/newsletter/php-http-client) +[![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/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors) + **Quickly and easily access any RESTful or RESTful-like API.** From 375b94ef4f165d8a1bbd25ce61c4c07a2266a8da Mon Sep 17 00:00:00 2001 From: kazoni Date: Mon, 23 Oct 2017 20:22:18 -0500 Subject: [PATCH 2/3] Revert "Add badges" This reverts commit 2adfcc04d42811232cac7427c0ff5191e8fbce3f. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 5cd5841..099ec48 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,5 @@ -![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png) - [![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client) [![Latest Version on Packagist](https://img.shields.io/packagist/v/sendgrid/php-http-client.svg?style=flat-square)](https://packagist.org/packages/sendgrid/php-http-client) -[![Email Notifications Badge](https://dx.sendgrid.com/badge/php-http-client)](https://dx.sendgrid.com/newsletter/php-http-client) -[![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/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors) - **Quickly and easily access any RESTful or RESTful-like API.** From bb4877b1cb59885c91acd40a631a87e626f5fb75 Mon Sep 17 00:00:00 2001 From: kazoni Date: Mon, 23 Oct 2017 20:24:30 -0500 Subject: [PATCH 3/3] Update readme for badges and logo Added the badges except the email notification, changing the link similar to the other projects gave 404 errors --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 099ec48..25269bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ +![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png) + [![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client) [![Latest Version on Packagist](https://img.shields.io/packagist/v/sendgrid/php-http-client.svg?style=flat-square)](https://packagist.org/packages/sendgrid/php-http-client) +[![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/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors) **Quickly and easily access any RESTful or RESTful-like API.**