Skip to content

Commit 792745a

Browse files
authored
Typos and TLDR (#122)
1 parent cda8b94 commit 792745a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,14 @@ Here is a list of features that might convince you to choose this LinkedIn clien
2828

2929
## Installation
3030

31+
**TL;DR**
32+
```bash
33+
composer require php-http/curl-client guzzlehttp/psr7 php-http/message happyr/linkedin-api-client
34+
```
35+
3136
This library does not have a dependency on Guzzle or any other library that sends HTTP requests. We use the awesome
3237
HTTPlug to achieve the decoupling. We want you to choose what library to use for sending HTTP requests. Consult this list
33-
ofthis list virtual packages that support [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation)
38+
of packages that support [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation)
3439
find clients to use. For more information about virtual packages please refer to
3540
[HTTPlug](http://docs.php-http.org/en/latest/httplug/users.html). Example:
3641

0 commit comments

Comments
 (0)