Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool authored Jul 18, 2020
1 parent 1fa635b commit 87499ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHP client for [Clockify.me API](https://clockify.me/developers-api).
Install using [composer](https://getcomposer.org):

```bash
composer require jdecool/clockify-api "php-http/guzzle6-adapter:^1.0"
composer require jdecool/clockify-api php-http/guzzle6-adapter
```

The library is decoupled from any HTTP message client with [HTTPlug](http://httplug.io). That's why you need to install a client implementation `http://httplug.io/` in this example.
Expand Down

0 comments on commit 87499ed

Please sign in to comment.