Skip to content

Commit

Permalink
Typos and TLDR (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Aug 15, 2016
1 parent cda8b94 commit 792745a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ Here is a list of features that might convince you to choose this LinkedIn clien

## Installation

**TL;DR**
```bash
composer require php-http/curl-client guzzlehttp/psr7 php-http/message happyr/linkedin-api-client
```

This library does not have a dependency on Guzzle or any other library that sends HTTP requests. We use the awesome
HTTPlug to achieve the decoupling. We want you to choose what library to use for sending HTTP requests. Consult this list
ofthis list virtual packages that support [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation)
of packages that support [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation)
find clients to use. For more information about virtual packages please refer to
[HTTPlug](http://docs.php-http.org/en/latest/httplug/users.html). Example:

Expand Down

0 comments on commit 792745a

Please sign in to comment.