Skip to content

Commit

Permalink
Include composer require command (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcodes committed Oct 23, 2018
1 parent 7733fe1 commit 50fd0f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ You can install **twilio-php** via composer or by downloading the source.
#### Via Composer:

**twilio-php** is available on Packagist as the
[`twilio/sdk`](http://packagist.org/packages/twilio/sdk) package.
[`twilio/sdk`](http://packagist.org/packages/twilio/sdk) package:

```
composer require twilio/sdk
```

## Quickstart

Expand Down

0 comments on commit 50fd0f4

Please sign in to comment.