Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool authored Sep 21, 2019
1 parent ea109b2 commit 6e3343b
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 @@ -12,7 +12,7 @@ A simple PHP client for [Clubhouse.io REST API](https://clubhouse.io/api/rest/v2
Install using [composer](https://getcomposer.org):

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

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 6e3343b

Please sign in to comment.