Skip to content

Commit 21737e9

Browse files
Merge pull request #71 from thepriefy/patch-5
fix typo in CONTRIBUTING.md
2 parents 4094dba + ddf4432 commit 21737e9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ git clone https://github.com./sendgrid/php-http-client.git
7474
cd php-http-client
7575
```
7676

77-
## Environment Variables
77+
### Environment Variables
7878

7979
First, get your free SendGrid account [here](https://sendgrid.com/free?source=php-http-client).
8080

@@ -88,7 +88,8 @@ source ./sendgrid.env
8888

8989
##### Execute: #####
9090

91-
See the [examples folder](https://github.com./sendgrid/php-http-client/tree/master/examples
91+
See the [examples folder](https://github.com./sendgrid/php-http-client/tree/master/examples).
92+
9293
<a name="understanding-the-codebase"></a>
9394
## Understanding the Code Base
9495

@@ -138,7 +139,8 @@ Please run your code through:
138139

139140
- [PHP Code Sniffer](https://github.com./squizlabs/PHP_CodeSniffer)
140141

141-
## Creating a Pull Request<a name="creating-a-pull-request"></a>
142+
<a name="creating-a-pull-request"></a>
143+
## Creating a Pull Request
142144

143145
1. [Fork](https://help.github.com./fork-a-repo/) the project, clone your fork,
144146
and configure the remotes:

0 commit comments

Comments
 (0)