Skip to content

Commit 4da4b06

Browse files
committed
Updating README to use composer require/install
1 parent 15aa582 commit 4da4b06

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ This library lets you efficiently stream the contents of an S3 bucket/folder as
1010
## Installation
1111
Installation is done via composer by adding the a dependency on jmathai/s3-bucket-stream-zip-php.
1212

13-
```json
14-
{
15-
"require": {
16-
"jmathai/s3-bucket-stream-zip-php": "dev-master"
17-
}
18-
}
13+
```
14+
composer require jmathai/s3-bucket-stream-zip-php
15+
composer install
1916
```
2017

2118
## Usage

0 commit comments

Comments
 (0)