Skip to content

Commit

Permalink
Update Readme with composer command
Browse files Browse the repository at this point in the history
Explain easy and quick setup using composer command
  • Loading branch information
shakaran authored and sherwinski committed Aug 30, 2022
1 parent 73d7302 commit c3f8c84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@

### Using Composer

Define the following requirement in your `composer.json` file:
Install through composer with:

```bash
composer require imgix/imgix-php
```

Or just define the following requirement in your `composer.json` file:

```json
{
Expand Down

0 comments on commit c3f8c84

Please sign in to comment.