Skip to content

Commit b9ab337

Browse files
authored
Update README.md
1 parent 59b522b commit b9ab337

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Amazon S3 or Amazon Simple Storage Service component for Yii2.
3131
- [attributePaths](#attributepaths)
3232
- [getPresignedUrlDuration](#getpresignedurlduration)
3333
- [isSuccessResponseStatus](#issuccessresponsestatus)
34-
- [License](#license)
3534

3635
## Instalation
3736

@@ -43,7 +42,7 @@ composer require diecoding/yii2-aws-s3 "^1.0"
4342

4443
or add to the require section of your `composer.json` file.
4544

46-
```
45+
```shell
4746
"diecoding/yii2-aws-s3": "^1.0"
4847
```
4948

@@ -365,7 +364,7 @@ class Model extends \yii\db\ActiveRecord
365364

366365
Override the `attributePaths()` method to change the base path where the files will be saved on AWS S3.
367366

368-
* You can map a different path to each file attribute of your Model/ActiveRecord.
367+
- You can map a different path to each file attribute of your `Model/ActiveRecord`.
369368

370369
#### Using Trait Methods
371370

@@ -476,8 +475,6 @@ protected function isSuccessResponseStatus($response)
476475
}
477476
```
478477

479-
## License
480-
481-
Yii2 AWS S3 is licensed under the MIT License.
478+
---
482479

483-
See the [LICENSE](LICENSE) file for more information.
480+
Read more docs: https://sugengsulistiyawan.my.id/docs/opensource/yii2/aws-s3/

0 commit comments

Comments
 (0)