Skip to content

Commit d470e52

Browse files
committed
update readme and contributing - fix ToC, add license
1 parent 01607b2 commit d470e52

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Please run your code through:
147147
# Clone your fork of the repo into the current directory
148148
git clone https://github.com/sendgrid/php-http-client
149149
# Navigate to the newly cloned directory
150-
cd sendgrid-python
150+
cd php-http-client
151151
# Assign the original repo to a remote called "upstream"
152152
git remote add upstream https://github.com/sendgrid/php-http-client
153153
```

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
2+
13
[![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client)
24
[![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)
5+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)
6+
[![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid)
7+
[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors)
38

49
**Quickly and easily access any RESTful or RESTful-like API.**
510

@@ -13,8 +18,11 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
1318
- [Installation](#installation)
1419
- [Quick Start](#quick-start)
1520
- [Usage](#usage)
21+
- [Roadmap](#roadmap)
22+
- [How to Contribute](#contribute)
1623
- [Thanks](#thanks)
1724
- [About](#about)
25+
- [License](#license)
1826

1927
<a name="installation"></a>
2028
# Installation
@@ -128,11 +136,13 @@ print $response->body();
128136

129137
- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)
130138

131-
## Roadmap
139+
<a name="roadmap"></a>
140+
# Roadmap
132141

133142
If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/php-http-client/milestones). We would love to hear your feedback.
134143

135-
## How to Contribute
144+
<a name="contribute"></a>
145+
# How to Contribute
136146

137147
We encourage contribution to our libraries, please see our [CONTRIBUTING](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md)) guide for details.
138148

@@ -155,4 +165,5 @@ php-http-client is guided and supported by the SendGrid [Developer Experience Te
155165

156166
php-http-client is maintained and funded by SendGrid, Inc. The names and logos for php-http-client are trademarks of SendGrid, Inc.
157167

158-
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
168+
# License
169+
[The MIT License (MIT)](LICENSE.txt)

0 commit comments

Comments
 (0)