Skip to content

Commit 4a4a864

Browse files
committed
Docs reformatting
1 parent cdee29e commit 4a4a864

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
=======================
2-
Guzzle OAuth 2.0 Subscriber
3-
=======================
1+
# Guzzle OAuth 2.0 Subscriber
42

53
This is an OAuth 2.0 client for Guzzle which aims to be 100% compatible with Guzzle 4, 5, 6 and all future versions within a single package.
64
Although I love Guzzle, its interfaces keep changing, causing massive breaking changes every 12 months or so, so I have created this package
75
to help reduce the dependency hell that most third-party Guzzle dependencies bring with them. I wrote the official Guzzle OAuth 2.0 plugin
86
which is still on the `oauth2` branch, [over at the official Guzzle repo](https://github.com/guzzle/oauth-subscriber/tree/oauth2), but I
97
see that they have dropped support for Guzzle < v6 on `master`, which prompted me to split this back off to a separate package.
108

11-
Installing
12-
==========
9+
## Installing
1310

1411
This project can be installed using Composer. Add the following to your
15-
composer.json:
12+
`composer.json`:
1613

1714
```javascript
1815
{

0 commit comments

Comments
 (0)