Skip to content

Commit 2dcd209

Browse files
author
Matt Bernier
authored
Merge pull request sendgrid#44 from pushkyn/update-readme
update readme and contributing - fix ToC, add license
2 parents 69cc70b + 934c788 commit 2dcd209

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
22

3-
43
[![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client)
54
[![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)
65
[![BuildStatus](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client)
76
[![Email Notifications Badge](https://dx.sendgrid.com/badge/php)](https://dx.sendgrid.com/newsletter/php)
87
[![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid)
98
[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors)
10-
9+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)
1110

1211
**Quickly and easily access any RESTful or RESTful-like API.**
1312

@@ -21,6 +20,8 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
2120
- [Installation](#installation)
2221
- [Quick Start](#quick-start)
2322
- [Usage](#usage)
23+
- [Roadmap](#roadmap)
24+
- [How to Contribute](#contribute)
2425
- [Thanks](#thanks)
2526
- [About](#about)
2627
- [License](#license)
@@ -137,11 +138,13 @@ print $response->body();
137138

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

140-
## Roadmap
141+
<a name="roadmap"></a>
142+
# Roadmap
141143

142144
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.
143145

144-
## How to Contribute
146+
<a name="contribute"></a>
147+
# How to Contribute
145148

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

0 commit comments

Comments
 (0)